Home
last modified time | relevance | path

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

/linux-3.4.99/net/mac80211/
Dtx.c296 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()
Dieee80211_i.h178 #define IEEE80211_TX_UNICAST BIT(1) macro