Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2007 21:02:27 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113266 for review
Message-ID:  <200701212102.l0LL2RuX044513@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113266

Change 113266 by sam@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701212102.l0LL2RuX044513>