Home
last modified time | relevance | path

Searched refs:IEEE80211_RX_F_AMPDU (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/dev/rtwn/rtl8192c/
HDr92c_rx.c121 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU; in r92c_get_rx_stats()
/freebsd-head/sys/dev/rtwn/rtl8812a/
HDr12a_rx.c252 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU; in r12a_get_rx_stats()
/freebsd-head/sys/net80211/
HD_ieee80211.h585 #define IEEE80211_RX_F_AMPDU 0x00000010 /* This is the start of an decap AMPDU list */ macro
/freebsd-head/sys/dev/rtwn/
HDif_rtwn_rx.c332 if (rxs.c_pktflags & IEEE80211_RX_F_AMPDU) { in rtwn_rx_common()