Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
Dr92c_rx.c125 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU_MORE; in r92c_get_rx_stats()
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/
Dr12a_rx.c262 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU_MORE; in r12a_get_rx_stats()
/freebsd-12-stable/sys/net80211/
D_ieee80211.h567 #define IEEE80211_RX_F_AMPDU_MORE 0x00000020 /* This is another decap AMPDU frame in the batch */ macro