Searched refs:IEEE80211_TX_UNICAST (Results 1 – 2 of 2) sorted by relevance
296 if (likely(tx->flags & IEEE80211_TX_UNICAST)) { in ieee80211_tx_h_check_assoc()536 if (tx->flags & IEEE80211_TX_UNICAST) in ieee80211_tx_h_ps_buf()1205 tx->flags &= ~IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()1208 tx->flags |= IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()1211 if (!(tx->flags & IEEE80211_TX_UNICAST) || in ieee80211_tx_prepare()
178 #define IEEE80211_TX_UNICAST BIT(1) macro