Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dtx.c104 if ((info->flags & IEEE80211_TX_CTL_STBC) && nss == 1) in mt76x0_push_txwi()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_mac_common.c431 if ((info->flags & IEEE80211_TX_CTL_STBC) && nss == 1) in mt76x2_mac_write_txwi()
/Linux-v4.19/include/net/
Dmac80211.h740 IEEE80211_TX_CTL_STBC = BIT(23) | BIT(24), enumerator
784 IEEE80211_TX_CTL_STBC | IEEE80211_TX_STATUS_EOSP)
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00queue.c349 if (tx_info->flags & IEEE80211_TX_CTL_STBC) in rt2x00queue_create_tx_descriptor_ht()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dxmit.c1243 if (rateidx < 8 && (info->flags & IEEE80211_TX_CTL_STBC)) in ath_get_rate_txpower()
1324 if (rix < 8 && (tx_info->flags & IEEE80211_TX_CTL_STBC)) in ath_buf_set_rate()