Home
last modified time | relevance | path

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

/net/mac80211/
Dtx.c320 if (likely(tx->flags & IEEE80211_TX_UNICAST)) { in ieee80211_tx_h_check_assoc()
559 if (tx->flags & IEEE80211_TX_UNICAST) in ieee80211_tx_h_ps_buf()
1277 tx->flags &= ~IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()
1280 tx->flags |= IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()
1283 if (!(tx->flags & IEEE80211_TX_UNICAST) || in ieee80211_tx_prepare()
3711 tx.flags = IEEE80211_TX_UNICAST; in __ieee80211_xmit_fast()
Dieee80211_i.h159 #define IEEE80211_TX_UNICAST BIT(1) macro