Home
last modified time | relevance | path

Searched refs:IEEE80211_RX_AMSDU (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/
H A Drx.c897 status->rx_flags |= IEEE80211_RX_AMSDU; in ieee80211_parse_qos()
3111 if (!(status->rx_flags & IEEE80211_RX_AMSDU)) in ieee80211_rx_h_amsdu()
4929 !(status->rx_flags & IEEE80211_RX_AMSDU)) { in ieee80211_invoke_fast_rx()
4957 if (status->rx_flags & IEEE80211_RX_AMSDU) { in ieee80211_invoke_fast_rx()
H A Dieee80211_i.h194 IEEE80211_RX_AMSDU = BIT(3), enumerator