From: Sujith Manoharan Date: Wed, 24 Sep 2014 06:18:14 +0000 (+0530) Subject: ath9k: Fix queue management X-Git-Tag: fixes-against-v3.18-rc2~144^2~39^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7017461fa4ce9a59104866a6c382eeca439560a;p=pandora-kernel.git ath9k: Fix queue management Since we use IEEE80211_HW_QUEUE_CONTROL now, the CAB/Offchannel queues are registered as the last two queues. There is no need to check and reassign the queues in the TX start()/done() routines. CAB frames will not reach the tx() callback since we set IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING and pull the buffered frames during beacon transmission. We also don't have a special HW queue for handling off-channel frames. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed