Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2007 22:31:25 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113276 for review
Message-ID:  <200701212231.l0LMVPUl061489@repoman.freebsd.org>

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

Change 113276 by sam@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 */



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