Searched refs:tx_streams (Results 1 – 4 of 4) sorted by relevance
177 u8 tx_streams, rx_streams; in ath9k_cmn_setup_ht_cap() local212 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()
1886 unsigned int rx_streams, tx_streams, tx_params = 0; in carl9170_parse_eeprom() local1894 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()
2401 int tx_streams; in mwl8k_set_ht_caps() local2428 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()
1478 u8 tx_streams; in mt76_connac_mcu_uni_set_chctx() member1496 .tx_streams = hweight8(phy->antenna_mask), in mt76_connac_mcu_uni_set_chctx()