]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: decouple # of netdev queues from HW queues
authorJohannes Berg <johannes.berg@intel.com>
Wed, 28 Mar 2012 09:04:26 +0000 (11:04 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 10 Apr 2012 18:54:10 +0000 (14:54 -0400)
commit5f9e01cec4cde8295f3c5106f61292bd71f401bb
tree61f464547c5eb15cbb8496a92220a2ceae40cda9
parentc1ff48c8950b4eb33d112e583a4be639405d4a32
mac80211: decouple # of netdev queues from HW queues

When we get more hardware queues, we'll still want
to only have netdev queues per AC, so set it up in
that way. If the hardware doesn't support QoS (by
not supporting at least 4 queues) the netdevs get
a single queue only (this is no change in behavior
as there are no drivers with 2 or 3 queues today.)

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/iface.c
net/mac80211/wme.c