Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dagg-tx.c198 set_bit(IEEE80211_TXQ_STOP, &txqi->flags); in ieee80211_agg_stop_txq()
220 clear_bit(IEEE80211_TXQ_STOP, &txqi->flags); in ieee80211_agg_start_txq()
H A Dieee80211_i.h955 IEEE80211_TXQ_STOP, enumerator
H A Dtx.c3952 if (unlikely(test_bit(IEEE80211_TXQ_STOP, &txqi->flags))) in ieee80211_tx_dequeue()
4225 (!test_bit(IEEE80211_TXQ_STOP, &txqi->flags) && in __ieee80211_schedule_txq()