From: Johannes Berg Date: Mon, 7 May 2012 15:45:29 +0000 (+0200) Subject: mac80211: fix single queue drivers X-Git-Tag: v3.5-rc1~101^2~6^2^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9d3c05cca51d80ef2b9eddabf794c9458e36c2c;p=pandora-kernel.git mac80211: fix single queue drivers My queue management rework broke drivers that don't have multiple AC queues and register a single queue only, causing a warning: WARNING: at net/mac80211/iface.c:162 ieee80211_check_queues This was due to filling the queues wrongly and then noticing the error when checking later. Reported-and-Tested-by: Larry Finger Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed