From: Felix Fietkau Date: Tue, 11 May 2010 15:23:03 +0000 (+0200) Subject: ath9k_hw: clean up EEPROM endian handling on AR9003 X-Git-Tag: v2.6.35-rc1~473^2~42^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdc4cbe5b17c83af779f45de8536c6ece297e42;p=pandora-kernel.git ath9k_hw: clean up EEPROM endian handling on AR9003 Remove the double swapping of the descriptor data structure, instead keep it little-endian (native format of the eeprom data), and byteswap on access. This allows sparse to verify endian access to the eeprom struct. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed