Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ht.h69 #define IEEE80211_AMPDU_RUNNING(tap) \ macro
H A Dieee80211_output.c223 if (IEEE80211_AMPDU_RUNNING(tap)) { in ieee80211_vap_pkt_send_dest()
253 no_ampdu = (! IEEE80211_AMPDU_RUNNING(tap) in ieee80211_vap_pkt_send_dest()
977 if (tid != IEEE80211_NONQOS_TID && IEEE80211_AMPDU_RUNNING(tap)) { in ieee80211_send_setup()
H A Dieee80211_ht.c2759 if (IEEE80211_AMPDU_RUNNING(tap)) { in ieee80211_ampdu_stop()
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c2134 if (ring->queued == 0 && !IEEE80211_AMPDU_RUNNING(tap)) { in iwn_check_tx_ring()
4602 if (!IEEE80211_AMPDU_RUNNING(tap)) in iwn_tx_data()