From: Johannes Berg Date: Wed, 7 May 2008 21:18:09 +0000 (+0200) Subject: mac80211: fix queue constant confusion X-Git-Tag: v2.6.27-rc1~969^2~441^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac371d9f09f461dfe9fbbceb2a38e2e12164dda;p=pandora-kernel.git mac80211: fix queue constant confusion In commit 31ccc476b77234f6afb3 (mac80211: QoS related cleanups) I accidentally changed these to use IEEE80211_MAX_AMPDU_QUEUES twice which obviously is wrong, it should be IEEE80211_MAX_QUEUES once. Currently harmless as they're both the same value anyway. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed