Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
Dmain.c604 if (!ar->want_ch_switch) in ath6kl_check_ch_switch()
609 if (ar->want_ch_switch & (1 << vif->fw_vif_idx)) in ath6kl_check_ch_switch()
613 ar->want_ch_switch &= ~(1 << vif->fw_vif_idx); in ath6kl_check_ch_switch()
972 ar->want_ch_switch |= 1 << vif->fw_vif_idx; in ath6kl_disconnect_event()
Dcore.h751 u32 want_ch_switch; member