Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dpub.h167 u32 radio_disabled; /* bit vector for radio disabled reasons */ member
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()
Dmain.c4166 mboolset(wlc->pub->radio_disabled, WL_RADIO_HW_DISABLE); in brcms_c_radio_hwdisable_upd()
4168 mboolclr(wlc->pub->radio_disabled, WL_RADIO_HW_DISABLE); in brcms_c_radio_hwdisable_upd()
4176 return mboolisset(wlc->pub->radio_disabled, WL_RADIO_HW_DISABLE) ? in brcms_c_check_radio_disabled()
4235 if (wlc->pub->radio_disabled) in brcms_c_watchdog()
5029 if (!wlc->pub->radio_disabled) { in brcms_c_up()
5033 (wlc->pub->radio_disabled, WL_RADIO_HW_DISABLE)) { in brcms_c_up()
5035 mboolset(wlc->pub->radio_disabled, in brcms_c_up()
5047 if (wlc->pub->radio_disabled) { in brcms_c_up()