From: Johannes Berg Date: Thu, 11 Nov 2010 02:25:44 +0000 (-0800) Subject: iwlwifi: pass txq to wake/stop queue X-Git-Tag: v2.6.38-rc1~476^2~405^2^2~56^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=549a04e092e5e043df82fd0541f3b67ab488359b;p=pandora-kernel.git iwlwifi: pass txq to wake/stop queue Instead of passing the txq->swq_id, pass the txq struct directly to make sure that in the future nobody will pass an invalid number. Only three places actually change from using the txq_id or the skb's queue_mapping to now using txq->swq_id as well. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed