Searched refs:tx_streams (Results 1 – 2 of 2) 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()
1885 unsigned int rx_streams, tx_streams, tx_params = 0; in carl9170_parse_eeprom() local1893 tx_streams = hweight8(ar->eeprom.tx_mask); in carl9170_parse_eeprom()1895 if (rx_streams != tx_streams) { in carl9170_parse_eeprom()1898 WARN_ON(!(tx_streams >= 1 && tx_streams <= in carl9170_parse_eeprom()1901 tx_params |= (tx_streams - 1) << in carl9170_parse_eeprom()