Date: Sat, 26 Nov 2005 00:50:59 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 87229 for review Message-ID: <200511260050.jAQ0oxcd015103@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87229 Change 87229 by sam@sam_ebb on 2005/11/26 00:50:18 tweak Affected files ... .. //depot/projects/wifi/sys/net80211/ieee80211.c#31 edit Differences ... ==== //depot/projects/wifi/sys/net80211/ieee80211.c#31 (text+ko) ==== @@ -175,11 +175,11 @@ ic->ic_bsschan = IEEE80211_CHAN_ANYC; /* arbitrarily pick the first channel */ ic->ic_curchan = &ic->ic_channels[0]; + if (ic->ic_caps & IEEE80211_C_BGSCAN) /* enable if capable */ + ic->ic_flags |= IEEE80211_F_BGSCAN; #if 0 - /* - * Enable WME by default if we're capable. - */ - if (ic->ic_caps & IEEE80211_C_WME) + /* XXX not until WME+WPA issues resolved */ + if (ic->ic_caps & IEEE80211_C_WME) /* enable if capable */ ic->ic_flags |= IEEE80211_F_WME; #endif (void) ieee80211_setmode(ic, ic->ic_curmode);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511260050.jAQ0oxcd015103>