From: Johannes Berg Date: Thu, 12 Mar 2009 10:16:48 +0000 (+0100) Subject: mac80211: reduce max number of queues X-Git-Tag: v2.6.30-rc1~642^2^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b381479ff5bc9b8c49ce15fd8bc35c6b695ca4;p=pandora-kernel.git mac80211: reduce max number of queues No hw/driver actually supports more than four queues right now, and we allocate a number of things per queue which means we waste a bit of memory. Reduce the maximum number to four to accurately reflect what we do (and need for QoS). Even if we had hardware supporting more queues we couldn't take advantage of that right now anyway. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed