]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: unconditionally start new netdev queues with iTXQ support
authorJohannes Berg <johannes.berg@intel.com>
Wed, 29 Mar 2017 12:15:24 +0000 (14:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 29 Mar 2017 12:20:40 +0000 (14:20 +0200)
commit7562a2e6bc2fbf734315d3018432240e62884964
tree7e6b1637ebb3ccaf245ff05a0a17cda19815bc9a
parentd85eb76cb8f85f590fa4b85288331f7851768ec3
mac80211: unconditionally start new netdev queues with iTXQ support

When internal mac80211 TXQs aren't supported, netdev queues must
always started out started even when driver queues are stopped
while the interface is added. This is necessary because with the
internal TXQ support netdev queues are never stopped and packet
scheduling/dropping is done in mac80211.

Cc: stable@vger.kernel.org # 4.9+
Fixes: 3b591d5fcb980 ("mac80211: skip netdev queue control with software queuing")
Reported-and-tested-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/iface.c