Home
last modified time | relevance | path

Searched refs:_n_enab (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_pub.h268 u8 _n_enab; /* bitmap of 11N + HT support */ member
400 #define N_ENAB(pub) ((pub)->_n_enab & SUPPORT_11N)
408 #define HT_ENAB(pub) (((pub)->_n_enab & SUPPORT_HT) == SUPPORT_HT)
Dwlc_main.c1878 pub->_n_enab = OFF; in wlc_attach()
1881 pub->_n_enab = SUPPORT_11N; in wlc_attach()
1883 ((pub->_n_enab == in wlc_attach()
2930 wlc->pub->_n_enab = OFF; in wlc_set_nmode()
2957 wlc->pub->_n_enab = SUPPORT_HT; in wlc_set_nmode()
2959 wlc->pub->_n_enab = SUPPORT_11N; in wlc_set_nmode()