commit | 861a57cd01f97e984320b5aeeee019ede48c714d | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue Jan 12 04:08:26 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 19 16:25:07 2010 -0500 |
tree | aeb4997f87d97299bad1563bc93b6ec2df015e06 | |
parent | 031cf0e94c9c8302a4592707939d6c2039f17f28 [diff] |
mac80211: fix WMM AC default for non-QoS data frames The WMM AC selection added to the monitor mode selection function accidentally assigns non-QoS data frames to the same AC as mgmt frames (VO). This is not serious, but should be fixed anyway. This patch assigns them to the BE AC instead. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>