Searched refs:rx_streams (Results 1 – 4 of 4) sorted by relevance
241 u8 tx_streams, rx_streams; in setup_ht_cap() local277 rx_streams = ath9k_cmn_count_streams(ah->rxchainmask, max_streams); in setup_ht_cap()280 tx_streams, rx_streams); in setup_ht_cap()282 if (tx_streams != rx_streams) { in setup_ht_cap()288 for (i = 0; i < rx_streams; i++) in setup_ht_cap()
488 u8 tx_streams, rx_streams; in setup_ht_cap() local509 rx_streams = ath9k_cmn_count_streams(priv->ah->rxchainmask, 2); in setup_ht_cap()512 tx_streams, rx_streams); in setup_ht_cap()514 if (tx_streams != rx_streams) { in setup_ht_cap()520 for (i = 0; i < rx_streams; i++) in setup_ht_cap()
1846 unsigned int rx_streams, tx_streams, tx_params = 0; in carl9170_parse_eeprom() local1853 rx_streams = hweight8(ar->eeprom.rx_mask); in carl9170_parse_eeprom()1856 if (rx_streams != tx_streams) { in carl9170_parse_eeprom()
2276 int rx_streams; in mwl8k_set_ht_caps() local2303 rx_streams = hweight32(cap & MWL8K_CAP_RX_ANTENNA_MASK); in mwl8k_set_ht_caps()2307 if (rx_streams >= 2) in mwl8k_set_ht_caps()2309 if (rx_streams >= 3) in mwl8k_set_ht_caps()2314 if (rx_streams != tx_streams) { in mwl8k_set_ht_caps()