Searched refs:tx_streams (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | init.c | 212 u8 tx_streams, rx_streams; in setup_ht_cap() local 245 tx_streams = ath9k_cmn_count_streams(common->tx_chainmask, max_streams); in setup_ht_cap() 250 tx_streams, rx_streams); in setup_ht_cap() 252 if (tx_streams != rx_streams) { in setup_ht_cap() 254 ht_info->mcs.tx_params |= ((tx_streams - 1) << in setup_ht_cap()
|
D | htc_drv_init.c | 475 u8 tx_streams, rx_streams; in setup_ht_cap() local 495 tx_streams = ath9k_cmn_count_streams(common->tx_chainmask, 2); in setup_ht_cap() 500 tx_streams, rx_streams); in setup_ht_cap() 502 if (tx_streams != rx_streams) { in setup_ht_cap() 504 ht_info->mcs.tx_params |= ((tx_streams - 1) << in setup_ht_cap()
|
/linux-2.6.39/drivers/net/wireless/ath/carl9170/ |
D | main.c | 1730 unsigned int rx_streams, tx_streams, tx_params = 0; in carl9170_parse_eeprom() local 1737 tx_streams = hweight8(ar->eeprom.tx_mask); in carl9170_parse_eeprom() 1739 if (rx_streams != tx_streams) { in carl9170_parse_eeprom() 1742 WARN_ON(!(tx_streams >= 1 && tx_streams <= in carl9170_parse_eeprom() 1745 tx_params = (tx_streams - 1) << in carl9170_parse_eeprom()
|
/linux-2.6.39/drivers/net/wireless/ath/ar9170/ |
D | main.c | 2052 unsigned int rx_streams, tx_streams, tx_params = 0; in ar9170_read_eeprom() local 2091 tx_streams = hweight8(ar->eeprom.tx_mask); in ar9170_read_eeprom() 2093 if (rx_streams != tx_streams) in ar9170_read_eeprom() 2096 if (tx_streams >= 1 && tx_streams <= IEEE80211_HT_MCS_TX_MAX_STREAMS) in ar9170_read_eeprom() 2097 tx_params = (tx_streams - 1) << in ar9170_read_eeprom()
|
/linux-2.6.39/drivers/net/wireless/ |
D | mwl8k.c | 1898 int tx_streams; in mwl8k_set_ht_caps() local 1925 tx_streams = hweight32(cap & MWL8K_CAP_TX_ANTENNA_MASK); in mwl8k_set_ht_caps() 1935 if (rx_streams != tx_streams) { in mwl8k_set_ht_caps() 1937 band->ht_cap.mcs.tx_params |= (tx_streams - 1) << in mwl8k_set_ht_caps()
|