Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTL_STBC (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/
Dmac80211.h654 IEEE80211_TX_CTL_STBC = BIT(23) | BIT(24), enumerator
692 IEEE80211_TX_CTL_STBC | IEEE80211_TX_STATUS_EOSP)
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00queue.c353 if (tx_info->flags & IEEE80211_TX_CTL_STBC) in rt2x00queue_create_tx_descriptor_ht()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c1159 if (rateidx < 8 && (info->flags & IEEE80211_TX_CTL_STBC)) in ath_get_rate_txpower()
1240 if (rix < 8 && (tx_info->flags & IEEE80211_TX_CTL_STBC)) in ath_buf_set_rate()