Searched refs:chw (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_ht.c1996 int chw; local
1998 chw = (frm[2] == IEEE80211_A_HT_TXCHWIDTH_2040) ? 40 : 20;
2002 __func__, chw, ni->ni_chw != chw ? "*" : "");
2003 if (chw != ni->ni_chw) {
2004 ni->ni_chw = chw;
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h121 int mwl_hal_getchannelinfo(struct mwl_hal *, int band, int chw,
H A Dmwlhal.c1144 mwl_hal_getchannelinfo(struct mwl_hal *mh0, int band, int chw, argument
1151 *ci = (chw == MWL_CH_20_MHz_WIDTH) ? &mh->mh_20M : &mh->mh_40M;
1154 *ci = (chw == MWL_CH_20_MHz_WIDTH) ?

Completed in 162 milliseconds