PERFORCE change 140939 for review

Sam Leffler sam at FreeBSD.org
Wed Apr 30 19:33:32 UTC 2008


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

Change 140939 by sam at sam_ebb on 2008/04/30 19:32:32

	enable WME here

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211.c#42 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211.c#42 (text+ko) ====

@@ -379,11 +379,8 @@
 	 * Enable various functionality by default if we're
 	 * capable; the driver can override us if it knows better.
 	 */
-#if 0
-	/* XXX temp disable until we resolve regressions */
 	if (vap->iv_caps & IEEE80211_C_WME)
 		vap->iv_flags |= IEEE80211_F_WME;
-#endif
 	if (vap->iv_caps & IEEE80211_C_BURST)
 		vap->iv_flags |= IEEE80211_F_BURST;
 	if (vap->iv_caps & IEEE80211_C_FF)


More information about the p4-projects mailing list