commit | ded81f6ba934e792e441f20178683608cbc0b5cb | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Mar 28 11:04:26 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 10 14:54:10 2012 -0400 |
tree | 61f464547c5eb15cbb8496a92220a2ceae40cda9 | |
parent | 54bcbc695e2ca88e1c8f05a93d38a04ac6b1aa0e [diff] |
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>