Skip to content
Commit 2b730daa authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: don't start new netdev queues if driver stopped



If a new netdev (e.g. an AP VLAN) is created while the driver
has queues stopped, the new netdev queues will be started even
though they shouldn't. This will lead to frames accumulating
on the internal mac80211 pending queues instead of properly
being held on the netdev queues.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent a2310824
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment