Lines Matching refs:protection
445 kfree(wlc->protection); in brcms_c_detach_mfree()
543 wlc->protection = kzalloc(sizeof(struct brcms_protection), in brcms_c_attach_malloc()
545 if (wlc->protection == NULL) { in brcms_c_attach_malloc()
4001 wlc->protection->_g = (bool) val; in brcms_c_protection_upd()
4004 wlc->protection->g_override = (s8) val; in brcms_c_protection_upd()
4007 wlc->protection->gmode_user = (u8) val; in brcms_c_protection_upd()
4010 wlc->protection->overlap = (s8) val; in brcms_c_protection_upd()
4013 wlc->protection->nmode_user = (s8) val; in brcms_c_protection_upd()
4016 wlc->protection->n_cfg = (s8) val; in brcms_c_protection_upd()
4019 wlc->protection->n_cfg_override = (s8) val; in brcms_c_protection_upd()
4022 wlc->protection->nongf = (bool) val; in brcms_c_protection_upd()
4025 wlc->protection->nongf_override = (s8) val; in brcms_c_protection_upd()
4028 wlc->protection->n_pam_override = (s8) val; in brcms_c_protection_upd()
4031 wlc->protection->n_obss = (bool) val; in brcms_c_protection_upd()
6953 else if (wlc->band->gmode && wlc->protection->_g && !is_cck_rate(rspec)) in brcms_c_rspec_to_rts_rspec()