mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
disable default enabling of WME until we resolve driver regressions
This commit is contained in:
parent
3600563911
commit
bfa82ae8b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178694
@ -379,8 +379,11 @@ 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)
|
||||
|
Loading…
Reference in New Issue
Block a user