commit | 4644ae89033872a62b4fea6ca96b958e115efdc0 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Mar 28 11:04:28 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 10 14:54:11 2012 -0400 |
tree | 579d4471e25d2ff6368242655d08f863f57fcefe | |
parent | ada151252655b63409860e0795993cb369e667cc [diff] |
mac80211: lazily stop queues in add_pending When adding pending SKBs there's no need to stop all queues, we only need to stop those that we're adding frames to. Implement that by lazily stopping a queue as we add an SKB. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>