Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2009 02:27:32 GMT
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 157073 for review
Message-ID:  <200902030227.n132RWkU025947@repoman.freebsd.org>

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

Change 157073 by weongyo@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;



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