PERFORCE change 157073 for review

Weongyo Jeong weongyo at FreeBSD.org
Mon Feb 2 18:27:35 PST 2009


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

Change 157073 by weongyo at weongyo_ws on 2009/02/03 02:27:17

	enable the background scan and looks it works without problems.

Affected files ...

.. //depot/projects/vap/sys/dev/usb/if_uath.c#11 edit

Differences ...

==== //depot/projects/vap/sys/dev/usb/if_uath.c#11 (text+ko) ====

@@ -425,7 +425,8 @@
 	    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_WPA |		/* 802.11i */
+	    IEEE80211_C_BGSCAN;		/* capable of bg scanning */
 
 	/* put a regulatory domain to reveal informations.  */
 	uath_regdomain = sc->sc_devcap.regDomain;


More information about the p4-projects mailing list