From: Felix Fietkau Date: Tue, 12 Jan 2010 03:08:26 +0000 (+0100) Subject: mac80211: fix WMM AC default for non-QoS data frames X-Git-Tag: v2.6.34-rc1~233^2~421^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=861a57cd01f97e984320b5aeeee019ede48c714d;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed