From: Felix Fietkau Date: Sun, 30 Nov 2014 20:52:57 +0000 (+0100) Subject: ath5k: fix hardware queue index assignment X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~28^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e4982f6a51a2442f1bb588fee42521b44b4531c;p=pandora-kernel.git ath5k: fix hardware queue index assignment Like with ath9k, ath5k queues also need to be ordered by priority. queue_info->tqi_subtype already contains the correct index, so use it instead of relying on the order of ath5k_hw_setup_tx_queue calls. Cc: stable@vger.kernel.org Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed