commit | 2b730daacee6c318bce7b6373c19909e36a74590 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Mar 26 22:23:20 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Apr 08 11:06:28 2013 +0200 |
tree | 9fd2b28079afae8672cd5bfb695e74abdba0cddf | |
parent | a23108248a9d41400e686becddb5584b3a3fec1e [diff] |
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: Johannes Berg <johannes.berg@intel.com>