Home
last modified time | relevance | path

Searched refs:tx_streams (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-init.c177 u8 tx_streams, rx_streams; in ath9k_cmn_setup_ht_cap() local
212 tx_streams = ath9k_cmn_count_streams(ah->txchainmask, max_streams); in ath9k_cmn_setup_ht_cap()
216 tx_streams, rx_streams); in ath9k_cmn_setup_ht_cap()
218 if (tx_streams != rx_streams) { in ath9k_cmn_setup_ht_cap()
220 ht_info->mcs.tx_params |= ((tx_streams - 1) << in ath9k_cmn_setup_ht_cap()
/linux/drivers/net/wireless/ath/carl9170/
H A Dmain.c1886 unsigned int rx_streams, tx_streams, tx_params = 0; in carl9170_parse_eeprom() local
1894 tx_streams = hweight8(ar->eeprom.tx_mask); in carl9170_parse_eeprom()
1896 if (rx_streams != tx_streams) { in carl9170_parse_eeprom()
1899 WARN_ON(!(tx_streams >= 1 && tx_streams <= in carl9170_parse_eeprom()
1902 tx_params |= (tx_streams - 1) << in carl9170_parse_eeprom()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c2401 int tx_streams; in mwl8k_set_ht_caps() local
2428 tx_streams = hweight32(cap & MWL8K_CAP_TX_ANTENNA_MASK); in mwl8k_set_ht_caps()
2438 if (rx_streams != tx_streams) { in mwl8k_set_ht_caps()
2440 band->ht_cap.mcs.tx_params |= (tx_streams - 1) << in mwl8k_set_ht_caps()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c1478 u8 tx_streams; in mt76_connac_mcu_uni_set_chctx() member
1496 .tx_streams = hweight8(phy->antenna_mask), in mt76_connac_mcu_uni_set_chctx()