PERFORCE change 87229 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 26 00:51:01 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=87229

Change 87229 by sam at 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);


More information about the p4-projects mailing list