Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dagg-tx.c205 set_bit(IEEE80211_TXQ_STOP, &txqi->flags); in ieee80211_agg_stop_txq()
225 clear_bit(IEEE80211_TXQ_STOP, &txqi->flags); in ieee80211_agg_start_txq()
Ddebugfs_sta.c182 test_bit(IEEE80211_TXQ_STOP, &txqi->flags) ? "STOP" : "RUN", in sta_aqm_read()
Dieee80211_i.h848 IEEE80211_TXQ_STOP, enumerator
Dtx.c3582 if (test_bit(IEEE80211_TXQ_STOP, &txqi->flags) || in mac80211_tx_dequeue()