Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_regulation_def.h50 #define SUPPORT_11N BIT(3) macro
H A Dphl_regulation.c567 rg->support_mode |= (SUPPORT_11B | SUPPORT_11G | SUPPORT_11N | in _reset_for_non_specific_country()
786 rg->support_mode |= (SUPPORT_11B | SUPPORT_11G | SUPPORT_11N); in rtw_phl_regulation_set_country()
1074 country_chplan->support_mode |= (SUPPORT_11B | SUPPORT_11G | SUPPORT_11N); in rtw_phl_query_country_chplan()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_regulation_def.h50 #define SUPPORT_11N BIT(3) macro
H A Dphl_regulation.c567 rg->support_mode |= (SUPPORT_11B | SUPPORT_11G | SUPPORT_11N | in _reset_for_non_specific_country()
786 rg->support_mode |= (SUPPORT_11B | SUPPORT_11G | SUPPORT_11N); in rtw_phl_regulation_set_country()
1074 country_chplan->support_mode |= (SUPPORT_11B | SUPPORT_11G | SUPPORT_11N); in rtw_phl_query_country_chplan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h196 #define SUPPORT_11N (ENAB_1x1|ENAB_2x2) macro
H A Dmain.c3404 (bool) (wlc->pub->_n_enab & SUPPORT_11N), in brcms_default_rateset()
3539 (bool) (wlc->pub->_n_enab & SUPPORT_11N)); in brcms_c_bandinit_ordered()
4755 (bool) (wlc->pub->_n_enab & SUPPORT_11N), in brcms_c_bss_default_init()
4758 if (wlc->pub->_n_enab & SUPPORT_11N) in brcms_c_bss_default_init()
5226 if ((wlc->pub->_n_enab & SUPPORT_11N) && gmode == GMODE_LEGACY_B) in brcms_c_set_gmode()
5315 wlc->pub->_n_enab = SUPPORT_11N; in brcms_c_set_nmode()
5460 if (wlc->pub->_n_enab & SUPPORT_11N) { in brcms_c_set_rateset()
5853 if ((wlc->pub->_n_enab & SUPPORT_11N) && ismcs) { in mac80211_wlc_set_nrate()
6301 if (wlc->pub->_n_enab & SUPPORT_11N) { in brcms_c_d11hdrs_mac80211()
7987 pub->_n_enab = SUPPORT_11N; 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()