From: Johannes Berg Date: Mon, 14 Dec 2009 22:12:09 +0000 (-0800) Subject: iwlwifi: fix more eeprom endian bugs X-Git-Tag: v2.6.33-rc3~44^2~31^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7bb1756cb6a610cdbac8cfdad9e79bb5670b63b;p=pandora-kernel.git iwlwifi: fix more eeprom endian bugs I've also for a long time had a problem with the temperature calculation code, which I had fixed by byte-swapping the values, and now it turns out that was the correct fix after all. Also, any use of iwl_eeprom_query_addr() that is for more than a u8 must be cast to little endian, and some structs as well. Fix all this. Again, no real impact on platforms that already are little endian. Signed-off-by: Johannes Berg Cc: stable@kernel.org Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed