From: Luciano Coelho Date: Fri, 13 Jun 2014 13:30:06 +0000 (+0300) Subject: mac80211: add functions to stop and wake all queues assigned to a vif X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~18^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26da23b6950cd1aaae86caa541eb4befc9e96e1d;p=pandora-kernel.git mac80211: add functions to stop and wake all queues assigned to a vif In some cases we may want to stop the queues of a single vif (for instance during a channel-switch). Add a function that stops all the queues that are assigned to a vif. If a queue is assigned to more than one vif, the corresponding netdev subqueue of the other vif(s) will also be stopped. If the HW doesn't set the IEEE80211_HW_QUEUE_CONTROL flag, then all queues are stopped. Also add a corresponding function to wake the queues of a vif back. Signed-off-by: Luciano Coelho Signed-off-by: Johannes Berg --- Reading git-diff-tree failed