Home
last modified time | relevance | path

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

/Linux-v6.6/net/mac80211/
Dwme.c128 if ((info->control.flags & IEEE80211_TX_CTRL_DONT_REORDER) || in ieee80211_select_queue_80211()
Dtx.c2161 IEEE80211_TX_CTRL_DONT_REORDER; in ieee80211_parse_tx_radiotap()
/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c304 if (!(tx_info->control.flags & IEEE80211_TX_CTRL_DONT_REORDER) && in ath9k_htc_tx_data()
/Linux-v6.6/include/net/
Dmac80211.h957 IEEE80211_TX_CTRL_DONT_REORDER = BIT(8), enumerator