Home
last modified time | relevance | path

Searched refs:radio_disabled (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dchannel.c724 mboolclr(wlc->pub->radio_disabled, WL_RADIO_COUNTRY_DISABLE); in brcms_reg_notifier()
726 mboolset(wlc->pub->radio_disabled, WL_RADIO_COUNTRY_DISABLE); in brcms_reg_notifier()
Dpub.h167 u32 radio_disabled; /* bit vector for radio disabled reasons */ member
Dmain.c4157 mboolset(wlc->pub->radio_disabled, WL_RADIO_HW_DISABLE); in brcms_c_radio_hwdisable_upd()
4159 mboolclr(wlc->pub->radio_disabled, WL_RADIO_HW_DISABLE); in brcms_c_radio_hwdisable_upd()
4167 return mboolisset(wlc->pub->radio_disabled, WL_RADIO_HW_DISABLE) ? in brcms_c_check_radio_disabled()
4226 if (wlc->pub->radio_disabled) in brcms_c_watchdog()
5020 if (!wlc->pub->radio_disabled) { in brcms_c_up()
5024 (wlc->pub->radio_disabled, WL_RADIO_HW_DISABLE)) { in brcms_c_up()
5026 mboolset(wlc->pub->radio_disabled, in brcms_c_up()
5038 if (wlc->pub->radio_disabled) { in brcms_c_up()