Home
last modified time | relevance | path

Searched refs:want_ch_switch (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath6kl/
Dmain.c610 if (!ar->want_ch_switch) in ath6kl_check_ch_switch()
615 if (ar->want_ch_switch & (1 << vif->fw_vif_idx)) in ath6kl_check_ch_switch()
619 ar->want_ch_switch &= ~(1 << vif->fw_vif_idx); in ath6kl_check_ch_switch()
978 ar->want_ch_switch |= 1 << vif->fw_vif_idx; in ath6kl_disconnect_event()
Dcore.h750 u32 want_ch_switch; member