Searched refs:last_ch (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 414 if (ar->last_ch != channel) in ath6kl_connect_ap_mode_bss() 980 ar->last_ch = le16_to_cpu(vif->profile.ch); in ath6kl_disconnect_event() 1055 ath6kl_check_ch_switch(ar, ar->last_ch); in ath6kl_disconnect_event()
|
D | core.h | 751 u16 last_ch; member
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.c | 2083 int i, n_chan, batch_size, idx = 0, tx_power, last_ch, err = 0; in mt76_connac_mcu_rate_txpower_band() local 2110 last_ch = chan_list_6ghz[ARRAY_SIZE(chan_list_6ghz) - 1]; in mt76_connac_mcu_rate_txpower_band() 2112 last_ch = chan_list_5ghz[ARRAY_SIZE(chan_list_5ghz) - 1]; in mt76_connac_mcu_rate_txpower_band() 2114 last_ch = chan_list_2ghz[ARRAY_SIZE(chan_list_2ghz) - 1]; in mt76_connac_mcu_rate_txpower_band() 2161 tx_power_tlv.last_msg = ch_list[idx] == last_ch; in mt76_connac_mcu_rate_txpower_band()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7925/ |
D | mcu.c | 3312 int tx_power, n_chan, last_ch, err = 0, idx = 0; in mt7925_mcu_rate_txpower_band() local 3358 last_ch = chan_list_2ghz[ARRAY_SIZE(chan_list_2ghz) - 1]; in mt7925_mcu_rate_txpower_band() 3362 last_ch = chan_list_6ghz[ARRAY_SIZE(chan_list_6ghz) - 1]; in mt7925_mcu_rate_txpower_band() 3366 last_ch = chan_list_5ghz[ARRAY_SIZE(chan_list_5ghz) - 1]; in mt7925_mcu_rate_txpower_band() 3428 tx_power_tlv->last_msg = ch_list[idx] == last_ch; in mt7925_mcu_rate_txpower_band()
|