From: Johannes Berg Date: Wed, 26 Aug 2009 20:15:13 +0000 (+0200) Subject: iwlwifi: fix ICT irq table endianness X-Git-Tag: v2.6.32-rc1~703^2~275^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1303dcfd0504565aef8ef63487443ab1f814c00f;p=pandora-kernel.git iwlwifi: fix ICT irq table endianness The ICT IRQ table is a set of __le32 values, not u32 values, so when reading it we need to take into account that it has to be converted to CPU endianness. This was causing a lot of trouble on my powerpc box where various things would simply not work for no apparent reason with 5xxx cards, but worked with 4965 -- which doesn't use the ICT table. Signed-off-by: Johannes Berg Acked-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed