Searched refs:tx_streams (Results 1 – 3 of 3) sorted by relevance
176 u8 tx_streams, rx_streams; in ath9k_cmn_setup_ht_cap() local211 tx_streams = ath9k_cmn_count_streams(ah->txchainmask, max_streams); in ath9k_cmn_setup_ht_cap()215 tx_streams, rx_streams); in ath9k_cmn_setup_ht_cap()217 if (tx_streams != rx_streams) { in ath9k_cmn_setup_ht_cap()219 ht_info->mcs.tx_params |= ((tx_streams - 1) << in ath9k_cmn_setup_ht_cap()
1907 unsigned int rx_streams, tx_streams, tx_params = 0; in carl9170_parse_eeprom() local1915 tx_streams = hweight8(ar->eeprom.tx_mask); in carl9170_parse_eeprom()1917 if (rx_streams != tx_streams) { in carl9170_parse_eeprom()1920 WARN_ON(!(tx_streams >= 1 && tx_streams <= in carl9170_parse_eeprom()1923 tx_params = (tx_streams - 1) << in carl9170_parse_eeprom()
2375 int tx_streams; in mwl8k_set_ht_caps() local2402 tx_streams = hweight32(cap & MWL8K_CAP_TX_ANTENNA_MASK); in mwl8k_set_ht_caps()2412 if (rx_streams != tx_streams) { in mwl8k_set_ht_caps()2414 band->ht_cap.mcs.tx_params |= (tx_streams - 1) << in mwl8k_set_ht_caps()