re-enable WME by default; after a full day of testing on iwi I see no

issues and the only way we'll identify them is for people to use it
This commit is contained in:
Sam Leffler 2008-05-01 03:49:59 +00:00
parent 9b9f225119
commit a239061a54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178703

View File

@ -379,11 +379,8 @@ ieee80211_vap_setup(struct ieee80211com *ic, struct ieee80211vap *vap,
* 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)