Lines Matching refs:pub
111 struct brcms_pub *pub; member
314 if ((wlc->pub->_n_enab & SUPPORT_11N) != in brcms_c_set_country()
329 struct brcms_pub *pub = wlc->pub; in brcms_c_channel_mgr_attach() local
337 wlc_cm->pub = pub; in brcms_c_channel_mgr_attach()
344 strncpy(wlc->pub->srom_ccode, ccode, ccode_len); in brcms_c_channel_mgr_attach()
377 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_channel_set_chanspec()
402 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_channel_reg_limits()
610 wlc->pub->unit, chspec); in brcms_c_valid_chanspec_ext()
724 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()
729 wlc->pub->unit, __func__, request->alpha2); in brcms_reg_notifier()
732 if (wlc->pub->_nbands > 1 || wlc->band->bandtype == BRCM_BAND_2G) in brcms_reg_notifier()
748 for (band_idx = 0; band_idx < wlc->pub->_nbands; band_idx++) { in brcms_c_regd_init()