Lines Matching refs:protection
445 kfree(wlc->protection); in brcms_c_detach_mfree()
542 wlc->protection = kzalloc(sizeof(struct brcms_protection), in brcms_c_attach_malloc()
544 if (wlc->protection == NULL) { in brcms_c_attach_malloc()
4000 wlc->protection->_g = (bool) val; in brcms_c_protection_upd()
4003 wlc->protection->g_override = (s8) val; in brcms_c_protection_upd()
4006 wlc->protection->gmode_user = (u8) val; in brcms_c_protection_upd()
4009 wlc->protection->overlap = (s8) val; in brcms_c_protection_upd()
4012 wlc->protection->nmode_user = (s8) val; in brcms_c_protection_upd()
4015 wlc->protection->n_cfg = (s8) val; in brcms_c_protection_upd()
4018 wlc->protection->n_cfg_override = (s8) val; in brcms_c_protection_upd()
4021 wlc->protection->nongf = (bool) val; in brcms_c_protection_upd()
4024 wlc->protection->nongf_override = (s8) val; in brcms_c_protection_upd()
4027 wlc->protection->n_pam_override = (s8) val; in brcms_c_protection_upd()
4030 wlc->protection->n_obss = (bool) val; in brcms_c_protection_upd()
6965 else if (wlc->band->gmode && wlc->protection->_g && !is_cck_rate(rspec)) in brcms_c_rspec_to_rts_rspec()