From: Bruno Randolf Date: Tue, 5 Oct 2010 04:27:17 +0000 (+0900) Subject: ath5k: Don't wake internal queues X-Git-Tag: v2.6.37-rc1~147^2~191^2^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4198a8d036c998ca8cec1b08116ab9f6a3a9ffff;p=pandora-kernel.git ath5k: Don't wake internal queues We should only wake up queues which mac80211 knows about (queues 0-3). We have another internal queue ("CAB", queue number 6) which we use for power-saved frames. When transmitted frames are processed from this queue, we have to make sure we don't bother mac80211 with waking a queue it doesn't know about. this fixes: WARNING: at /home/br1/ath/wireless-testing/net/mac80211/util.c:275 __ieee80211_wake_queue+0xd6/0xe0 [mac80211]() Signed-off-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed