Lines Matching refs:is_ht40
1019 il4965_fill_txpower_tbl(struct il_priv *il, u8 band, u16 channel, u8 is_ht40, in il4965_fill_txpower_tbl() argument
1052 D_TXPOWER("chan %d band %d is_ht40 %d\n", channel, band, is_ht40); in il4965_fill_txpower_tbl()
1070 if (is_ht40) { in il4965_fill_txpower_tbl()
1094 if (is_ht40) in il4965_fill_txpower_tbl()
1262 bool is_ht40 = false; in il4965_send_tx_power() local
1272 is_ht40 = iw4965_is_ht40_channel(il->active.flags); in il4965_send_tx_power()
1274 if (is_ht40 && (il->active.flags & RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK)) in il4965_send_tx_power()
1282 is_ht40, ctrl_chan_high, &cmd.tx_power); in il4965_send_tx_power()
1473 bool is_ht40 = false; in il4965_hw_channel_switch() local
1488 is_ht40 = iw4965_is_ht40_channel(il->staging.flags); in il4965_hw_channel_switch()
1490 if (is_ht40 && (il->staging.flags & RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK)) in il4965_hw_channel_switch()
1535 rc = il4965_fill_txpower_tbl(il, band, ch, is_ht40, ctrl_chan_high, in il4965_hw_channel_switch()