From: Larry Finger Date: Wed, 14 Sep 2011 21:50:23 +0000 (-0500) Subject: rtl2800usb: Fix incorrect storage of MAC address on big-endian platforms X-Git-Tag: v3.1-rc7~2^2~12^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daabead1c32f331edcfb255fd973411c667977e8;p=pandora-kernel.git rtl2800usb: Fix incorrect storage of MAC address on big-endian platforms The eeprom data is stored in little-endian order in the rt2x00 library. As it was converted to cpu order in the read routines, the data need to be converted to LE on a big-endian platform. Signed-off-by: Larry Finger Cc: Stable Signed-off-by: John W. Linville --- Reading git-diff-tree failed