PERFORCE change 113266 for review

Sam Leffler sam at FreeBSD.org
Sun Jan 21 21:02:28 UTC 2007


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

Change 113266 by sam at sam_ebb on 2007/01/21 21:02:07

	turn on bg scanning

Affected files ...

.. //depot/projects/wifi/sys/dev/ral/rt2560.c#12 edit
.. //depot/projects/wifi/sys/dev/ral/rt2661.c#6 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ral/rt2560.c#12 (text) ====

@@ -274,6 +274,7 @@
 	    IEEE80211_C_TXPMGT |	/* tx power management */
 	    IEEE80211_C_SHPREAMBLE |	/* short preamble supported */
 	    IEEE80211_C_SHSLOT |	/* short slot time supported */
+	    IEEE80211_C_BGSCAN |	/* bg scanning support */
 	    IEEE80211_C_WPA;		/* 802.11i */
 
 	bands = 0;

==== //depot/projects/wifi/sys/dev/ral/rt2661.c#6 (text) ====

@@ -317,6 +317,7 @@
 #ifdef notyet
 	    IEEE80211_C_WME |		/* 802.11e */
 #endif
+	    IEEE80211_C_BGSCAN |	/* bg scanning support */
 	    IEEE80211_C_WPA;		/* 802.11i */
 
 	bands = 0;


More information about the p4-projects mailing list