Searched refs:is_ht40 (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rs.c471 if (tbl->is_ht40) {
511 tbl->is_ht40 = 0;
532 tbl->is_ht40 = 1;
702 tbl->is_ht40 = 0;
816 (tbl_type.is_ht40 != !!(mac_flags & IEEE80211_TX_RC_40_MHZ_WIDTH)) ||
970 if (is_siso(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
974 else if (is_mimo2(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
978 else if (is_mimo3(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
1129 tbl->is_ht40 = 1;
1131 tbl->is_ht40
[all...]
H A Diwl-eeprom.c158 bool is_ht40; member in struct:iwl_txpwr_section
827 bool is_ht40 = false; local
835 is_ht40 = true;
846 (!is_ht40)) {
852 if ((ch_info->band == enhinfo[section].band) && is_ht40 &&
885 (!enhinfo[section].is_ht40)) {
891 if ((enhinfo[section].is_ht40) &&
H A Diwl-4965.c1124 u8 is_ht40, u8 ctrl_chan_high,
1156 IWL_DEBUG_TXPOWER(priv, "chan %d band %d is_ht40 %d\n", channel, band,
1157 is_ht40);
1176 if (is_ht40) {
1200 if (is_ht40)
1375 bool is_ht40 = false; local
1388 is_ht40 = is_ht40_channel(priv->active_rxon.flags);
1390 if (is_ht40 &&
1399 is_ht40, ctrl_chan_high, &cmd.tx_power);
1453 bool is_ht40 local
1123 iwl4965_fill_txpower_tbl(struct iwl_priv *priv, u8 band, u16 channel, u8 is_ht40, u8 ctrl_chan_high, struct iwl4965_tx_power_db *tx_power_tbl) argument
[all...]
H A Diwl-agn-rs.h358 u8 is_ht40; /* 1 = 40 MHz channel width */ member in struct:iwl_scale_tbl_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rs.c471 if (tbl->is_ht40) {
511 tbl->is_ht40 = 0;
532 tbl->is_ht40 = 1;
702 tbl->is_ht40 = 0;
816 (tbl_type.is_ht40 != !!(mac_flags & IEEE80211_TX_RC_40_MHZ_WIDTH)) ||
970 if (is_siso(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
974 else if (is_mimo2(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
978 else if (is_mimo3(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
1129 tbl->is_ht40 = 1;
1131 tbl->is_ht40
[all...]
H A Diwl-eeprom.c158 bool is_ht40; member in struct:iwl_txpwr_section
827 bool is_ht40 = false; local
835 is_ht40 = true;
846 (!is_ht40)) {
852 if ((ch_info->band == enhinfo[section].band) && is_ht40 &&
885 (!enhinfo[section].is_ht40)) {
891 if ((enhinfo[section].is_ht40) &&
H A Diwl-4965.c1124 u8 is_ht40, u8 ctrl_chan_high,
1156 IWL_DEBUG_TXPOWER(priv, "chan %d band %d is_ht40 %d\n", channel, band,
1157 is_ht40);
1176 if (is_ht40) {
1200 if (is_ht40)
1375 bool is_ht40 = false; local
1388 is_ht40 = is_ht40_channel(priv->active_rxon.flags);
1390 if (is_ht40 &&
1399 is_ht40, ctrl_chan_high, &cmd.tx_power);
1453 bool is_ht40 local
1123 iwl4965_fill_txpower_tbl(struct iwl_priv *priv, u8 band, u16 channel, u8 is_ht40, u8 ctrl_chan_high, struct iwl4965_tx_power_db *tx_power_tbl) argument
[all...]
H A Diwl-agn-rs.h358 u8 is_ht40; /* 1 = 40 MHz channel width */ member in struct:iwl_scale_tbl_info

Completed in 182 milliseconds