Home
last modified time | relevance | path

Searched refs:last_ch (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath6kl/
H A Dmain.c414 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()
H A Dcore.h751 u16 last_ch; member
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2090 int i, n_chan, batch_size, idx = 0, tx_power, last_ch, err = 0; in mt76_connac_mcu_rate_txpower_band() local
2117 last_ch = chan_list_6ghz[ARRAY_SIZE(chan_list_6ghz) - 1]; in mt76_connac_mcu_rate_txpower_band()
2119 last_ch = chan_list_5ghz[ARRAY_SIZE(chan_list_5ghz) - 1]; in mt76_connac_mcu_rate_txpower_band()
2121 last_ch = chan_list_2ghz[ARRAY_SIZE(chan_list_2ghz) - 1]; in mt76_connac_mcu_rate_txpower_band()
2168 tx_power_tlv.last_msg = ch_list[idx] == last_ch; in mt76_connac_mcu_rate_txpower_band()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c3438 int tx_power, n_chan, last_ch, err = 0, idx = 0; in mt7925_mcu_rate_txpower_band() local
3484 last_ch = chan_list_2ghz[ARRAY_SIZE(chan_list_2ghz) - 1]; in mt7925_mcu_rate_txpower_band()
3488 last_ch = chan_list_6ghz[ARRAY_SIZE(chan_list_6ghz) - 1]; in mt7925_mcu_rate_txpower_band()
3492 last_ch = chan_list_5ghz[ARRAY_SIZE(chan_list_5ghz) - 1]; in mt7925_mcu_rate_txpower_band()
3554 tx_power_tlv->last_msg = ch_list[idx] == last_ch; in mt7925_mcu_rate_txpower_band()