From: Felix Fietkau Date: Sat, 12 Jun 2010 04:33:49 +0000 (-0400) Subject: ath9k: fix mac80211 queue lookup for waking up queues X-Git-Tag: v2.6.36-rc1~571^2~540^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=293f2ba897183872c182a4a3cf1996a1f547d7ee;p=pandora-kernel.git ath9k: fix mac80211 queue lookup for waking up queues ath_get_mac80211_qnum() expects the queue 'subtype' (internal ID for the WMM AC) as argument when looking up the mac80211 queue, however ath_wake_mac80211_queue provides txq->axq_qnum instead, which contains the hardware queue number. Fix this by keeping track of the WMM class ID in the txq data structure. Signed-off-by: Felix Fietkau Cc: stable@kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed