Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h196 #define SUPPORT_11N (ENAB_1x1|ENAB_2x2) macro
H A Dmain.c3402 (bool) (wlc->pub->_n_enab & SUPPORT_11N), in brcms_default_rateset()
3537 (bool) (wlc->pub->_n_enab & SUPPORT_11N)); in brcms_c_bandinit_ordered()
4753 (bool) (wlc->pub->_n_enab & SUPPORT_11N), in brcms_c_bss_default_init()
4756 if (wlc->pub->_n_enab & SUPPORT_11N) in brcms_c_bss_default_init()
5313 wlc->pub->_n_enab = SUPPORT_11N; in brcms_c_set_nmode()
5458 if (wlc->pub->_n_enab & SUPPORT_11N) { in brcms_c_set_rateset()
5851 if ((wlc->pub->_n_enab & SUPPORT_11N) && ismcs) { in mac80211_wlc_set_nrate()
6299 if (wlc->pub->_n_enab & SUPPORT_11N) { in brcms_c_d11hdrs_mac80211()
7986 pub->_n_enab = SUPPORT_11N; in brcms_c_attach()
7989 SUPPORT_11N) ? WL_11N_2x2 : in brcms_c_attach()
[all …]
H A Dchannel.c314 if ((wlc->pub->_n_enab & SUPPORT_11N) != in brcms_c_set_country()
H A Dampdu.c189 if (!(wlc->pub->_n_enab & SUPPORT_11N)) { in brcms_c_ampdu_set()