PERFORCE change 113276 for review

Sam Leffler sam at FreeBSD.org
Sun Jan 21 22:31:26 UTC 2007


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

Change 113276 by sam at sam_ebb on 2007/01/21 22:31:13

	enable bg scanning

Affected files ...

.. //depot/projects/wifi/sys/dev/usb/if_ural.c#14 edit

Differences ...

==== //depot/projects/wifi/sys/dev/usb/if_ural.c#14 (text+ko) ====

@@ -464,13 +464,15 @@
 
 	/* set device capabilities */
 	ic->ic_caps =
-	    IEEE80211_C_IBSS |		/* IBSS mode supported */
-	    IEEE80211_C_MONITOR |	/* monitor mode supported */
-	    IEEE80211_C_HOSTAP |	/* HostAp mode supported */
-	    IEEE80211_C_TXPMGT |	/* tx power management */
-	    IEEE80211_C_SHPREAMBLE |	/* short preamble supported */
-	    IEEE80211_C_SHSLOT |	/* short slot time supported */
-	    IEEE80211_C_WPA;		/* 802.11i */
+	      IEEE80211_C_IBSS		/* IBSS mode supported */
+	    | IEEE80211_C_MONITOR	/* monitor mode supported */
+	    | IEEE80211_C_HOSTAP	/* HostAp mode supported */
+	    | IEEE80211_C_TXPMGT	/* tx power management */
+	    | IEEE80211_C_SHPREAMBLE	/* short preamble supported */
+	    | IEEE80211_C_SHSLOT	/* short slot time supported */
+	    | IEEE80211_C_BGSCAN	/* bg scanning supportd */
+	    | IEEE80211_C_WPA		/* 802.11i */
+	    ;
 
 	if (sc->rf_rev == RAL_RF_5222) {
 		/* set supported .11a rates */


More information about the p4-projects mailing list