Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dagg-tx.c224 set_bit(IEEE80211_TXQ_AMPDU, &txqi->flags); in ieee80211_agg_start_txq()
226 clear_bit(IEEE80211_TXQ_AMPDU, &txqi->flags); in ieee80211_agg_start_txq()
H A Ddebugfs_sta.c184 test_bit(IEEE80211_TXQ_AMPDU, &txqi->flags) ? " AMPDU" : "", in sta_aqm_read()
H A Dieee80211_i.h853 IEEE80211_TXQ_AMPDU, enumerator
H A Dtx.c3886 if (test_bit(IEEE80211_TXQ_AMPDU, &txqi->flags)) in ieee80211_tx_dequeue()