]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit861a57cd01f97e984320b5aeeee019ede48c714d
treeaeb4997f87d97299bad1563bc93b6ec2df015e06
parent031cf0e94c9c8302a4592707939d6c2039f17f28
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>
net/mac80211/iface.c