From: Johannes Berg Date: Wed, 28 Mar 2012 09:04:28 +0000 (+0200) Subject: mac80211: lazily stop queues in add_pending X-Git-Tag: v3.5-rc1~109^2~487^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4644ae89033872a62b4fea6ca96b958e115efdc0;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed