]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: reduce max number of queues
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 12 Mar 2009 10:16:48 +0000 (11:16 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 28 Mar 2009 00:12:45 +0000 (20:12 -0400)
commitc1f4186c44453879c4be967a9fb3b2b80be61948
tree1a3a36914491900d5b68ef913eff36f7db433a40
parenta8d24f230ce9fdb1f31d52e755a6a7e436f42dc6
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h