Searched refs:is_40 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Drecv.c1020 bool is_sgi, is_40, is_sp; local
1039 is_40 = !!(rxs->bw == RATE_INFO_BW_40);
1046 is_40, is_sgi, is_sp);
H A Dar5008_phy.c1304 bool is_40, int ht40_delta)
1306 int i, mcs_idx = (is_40) ? AR5008_HT40_SHIFT : AR5008_HT20_SHIFT;
1302 ar5008_hw_init_txpower_ht(struct ath_hw *ah, int16_t *rate_array, int ss_offset, int ds_offset, bool is_40, int ht40_delta) argument
H A Dxmit.c1179 u8 rateidx, bool is_40, bool is_cck, bool is_mcs)
1211 if (is_40) {
1289 bool is_40, is_sgi, is_sp, is_cck; local
1322 is_40 = !!(rates[i].flags & IEEE80211_TX_RC_40_MHZ_WIDTH);
1331 is_40, is_sgi, is_sp);
1341 is_40, false, true);
1178 ath_get_rate_txpower(struct ath_softc *sc, struct ath_buf *bf, u8 rateidx, bool is_40, bool is_cck, bool is_mcs) argument
H A Dar9003_phy.c1848 int ts_offset, bool is_40)
1851 const u8 *mcs2pwr = (is_40) ? mcs2pwr_ht40 : mcs2pwr_ht20;
1846 ar9003_hw_init_txpower_ht(struct ath_hw *ah, u8 *rate_array, int ss_offset, int ds_offset, int ts_offset, bool is_40) argument

Completed in 140 milliseconds