Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTRL_FAST_XMIT (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dmac80211.h1012 * @IEEE80211_TX_CTRL_FAST_XMIT: This frame is going through the fast_xmit path
1041 IEEE80211_TX_CTRL_FAST_XMIT = BIT(4), enumerator
/linux/net/mac80211/
H A Dtx.c3701 info->control.flags = IEEE80211_TX_CTRL_FAST_XMIT | in __ieee80211_xmit_fast()
3909 if (info->control.flags & IEEE80211_TX_CTRL_FAST_XMIT) { in ieee80211_tx_dequeue()