PERFORCE change 135851 for review

Sam Leffler sam at FreeBSD.org
Wed Feb 20 22:45:36 UTC 2008


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

Change 135851 by sam at sam_ebb on 2008/02/20 22:44:45

	turn off WME by default; net80211 enables it 'cuz we say
	we're capable; need to bring in support for h/w TKIP+s/w MIC 
	so it's generally safe

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath.c#35 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/if_ath.c#35 (text+ko) ====

@@ -857,6 +857,9 @@
 	ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid, mac);
 	ATH_LOCK(sc);
 
+	/* XXX turn off WME until we fix WME+TKIP for older chips */
+	vap->iv_flags &= ~IEEE80211_F_WME;
+
 	/* h/w crypto support */
 	vap->iv_key_alloc = ath_key_alloc;
 	vap->iv_key_delete = ath_key_delete;


More information about the p4-projects mailing list