From: Benoit Papillault Date: Thu, 14 Jan 2010 22:20:31 +0000 (+0100) Subject: mac80211: Fixed netif_tx_wake_all_queues in IBSS mode X-Git-Tag: v2.6.34-rc1~233^2~556^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93895757df4ebe22c98b9128b98ebf8cec972c60;p=pandora-kernel.git mac80211: Fixed netif_tx_wake_all_queues in IBSS mode When ieee80211_offchannel_return is called, it needs to re-enabled TX queues that have been stopped in ieee80211_offchannel_stop_beaconing or ieee80211_offchannel_stop_station. It happens if we are doing a scan with an IBSS interface. In this case, the interface stopped transmitting. Signed-off-by: Benoit Papillault Signed-off-by: John W. Linville --- Reading git-diff-tree failed