Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1036 D_TXPOWER("chan %d band %d is_ht40 %d\n", channel, band, is_ht40); in il4965_fill_txpower_tbl()
1054 if (is_ht40) { in il4965_fill_txpower_tbl()
1078 if (is_ht40) in il4965_fill_txpower_tbl()
1246 bool is_ht40 = false; in il4965_send_tx_power() local
1256 is_ht40 = iw4965_is_ht40_channel(il->active.flags); in il4965_send_tx_power()
1258 if (is_ht40 && (il->active.flags & RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK)) in il4965_send_tx_power()
1266 is_ht40, ctrl_chan_high, &cmd.tx_power); in il4965_send_tx_power()
1459 bool is_ht40 = false; in il4965_hw_channel_switch() local
1474 is_ht40 = iw4965_is_ht40_channel(il->staging.flags); in il4965_hw_channel_switch()
1476 if (is_ht40 && (il->staging.flags & RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK)) in il4965_hw_channel_switch()
[all …]
H A D4965-rs.c511 if (tbl->is_ht40) { in il4965_rate_n_flags_from_tbl()
553 tbl->is_ht40 = 0; in il4965_rs_get_tbl_info_from_mcs()
574 tbl->is_ht40 = 1; in il4965_rs_get_tbl_info_from_mcs()
740 tbl->is_ht40 = 0; in il4965_rs_get_lower_rate()
1186 tbl->is_ht40 = 1; in il4965_rs_switch_to_mimo2()
1188 tbl->is_ht40 = 0; in il4965_rs_switch_to_mimo2()
1232 tbl->is_ht40 = 1; in il4965_rs_switch_to_siso()
1234 tbl->is_ht40 = 0; in il4965_rs_switch_to_siso()
1447 if (!tbl->is_ht40 && in il4965_rs_move_siso_to_other()
1450 if (tbl->is_ht40 && in il4965_rs_move_siso_to_other()
[all …]
H A Dcommon.h2749 u8 is_ht40; /* 1 = 40 MHz channel width */ member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c538 if (tbl->is_ht40) { in rate_n_flags_from_tbl()
579 tbl->is_ht40 = 0; in rs_get_tbl_info_from_mcs()
600 tbl->is_ht40 = 1; in rs_get_tbl_info_from_mcs()
778 tbl->is_ht40 = 0; in rs_get_lower_rate()
1244 tbl->is_ht40 = 1; in rs_switch_to_mimo2()
1246 tbl->is_ht40 = 0; in rs_switch_to_mimo2()
1299 tbl->is_ht40 = 1; in rs_switch_to_mimo3()
1301 tbl->is_ht40 = 0; in rs_switch_to_mimo3()
1348 tbl->is_ht40 = 1; in rs_switch_to_siso()
1350 tbl->is_ht40 = 0; in rs_switch_to_siso()
[all …]
H A Drs.h294 u8 is_ht40; /* 1 = 40 MHz channel width */ member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h194 #define is_ht40(rate) ((rate)->bw == RATE_MCS_CHAN_WIDTH_40) macro
H A Drs.c176 if (is_ht40(rate) && (ht_cap->cap & in rs_sgi_allow()
3789 (is_ht40(rate)) ? "40MHz" : in rs_sta_dbgfs_scale_table_read()
3879 is_ht40(rate) ? "40MHz" : in rs_sta_dbgfs_stats_table_read()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c10000 bool set_bw, bool is_ht40) in rt2800_bbp_core_soft_reset() argument
10011 rt2x00_set_field8(&bbp_val, BBP4_BANDWIDTH, 2 * is_ht40); in rt2800_bbp_core_soft_reset()
10101 int loop = 0, is_ht40, cnt; in rt2800_bw_filter_calibration() local
10182 is_ht40 = false; in rt2800_bw_filter_calibration()
10189 is_ht40 = true; in rt2800_bw_filter_calibration()
10204 rt2800_bbp_core_soft_reset(rt2x00dev, true, is_ht40); in rt2800_bw_filter_calibration()
10231 rt2800_bbp_core_soft_reset(rt2x00dev, false, is_ht40); in rt2800_bw_filter_calibration()
10261 rt2800_bbp_core_soft_reset(rt2x00dev, false, is_ht40); in rt2800_bw_filter_calibration()