From: Johannes Berg Date: Thu, 11 Nov 2010 02:25:46 +0000 (-0800) Subject: iwlagn: fix PAN queues X-Git-Tag: v2.6.38-rc1~476^2~405^2^2~56^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa1da7e9133be9280990b2a64fa7696924c8d9a;p=pandora-kernel.git iwlagn: fix PAN queues Currently, when a PAN queue needs to be stopped, we erroneously stop queue number 5 (for example) with mac80211 -- which doesn't even exist! To avoid that problem, recalculate the swq_id for all queues when setting up the queues, and don't use the default identity mapping that is acceptable for devices which don't support PAN. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed