mac80211: fix WMM AC default for non-QoS data frames
authorFelix Fietkau <nbd@openwrt.org>
Tue, 12 Jan 2010 03:08:26 +0000 (04:08 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 19 Jan 2010 21:25:07 +0000 (16:25 -0500)
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>

No differences found