Home
last modified time | relevance | path

Searched refs:IEEE80211_RX_F_AMPDU_MORE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_rx.c123 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU_MORE; in r92c_get_rx_stats()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c246 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU_MORE; in r12a_get_rx_stats()
/freebsd/sys/net80211/
H A D_ieee80211.h586 #define IEEE80211_RX_F_AMPDU_MORE 0x00000020 /* This is another decap AMPDU frame in the batch */ macro