Home
last modified time | relevance | path

Searched refs:SUPPORT_11N (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
Dpub.h196 #define SUPPORT_11N (ENAB_1x1|ENAB_2x2) macro
Dmain.c3420 (bool) (wlc->pub->_n_enab & SUPPORT_11N), in brcms_default_rateset()
3555 (bool) (wlc->pub->_n_enab & SUPPORT_11N)); in brcms_c_bandinit_ordered()
4811 (bool) (wlc->pub->_n_enab & SUPPORT_11N), in brcms_c_bss_default_init()
4814 if (wlc->pub->_n_enab & SUPPORT_11N) in brcms_c_bss_default_init()
5305 if ((wlc->pub->_n_enab & SUPPORT_11N) && gmode == GMODE_LEGACY_B) in brcms_c_set_gmode()
5399 wlc->pub->_n_enab = SUPPORT_11N; in brcms_c_set_nmode()
5552 if (wlc->pub->_n_enab & SUPPORT_11N) { in brcms_c_set_rateset()
5946 if ((wlc->pub->_n_enab & SUPPORT_11N) && ismcs) { in mac80211_wlc_set_nrate()
6406 if (wlc->pub->_n_enab & SUPPORT_11N) { in brcms_c_d11hdrs_mac80211()
8096 pub->_n_enab = SUPPORT_11N; in brcms_c_attach()
[all …]
Dchannel.c319 if ((wlc->pub->_n_enab & SUPPORT_11N) != in brcms_c_set_country()
Dampdu.c189 if (!(wlc->pub->_n_enab & SUPPORT_11N)) { in brcms_c_ampdu_set()