]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iwlwifi: nvm: remove mac address byte swapping in 8000 family
authorLiad Kaufman <liad.kaufman@intel.com>
Wed, 1 Jul 2015 14:28:34 +0000 (17:28 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Aug 2015 19:21:55 +0000 (12:21 -0700)
commita8bc0fe729d868ffec8a1050925da446da32a01e
tree3f5597020f2f746f6195c20b6426d6f8ef044b5d
parentbed0400e01d7ade4be054c909817fd1d3a591012
iwlwifi: nvm: remove mac address byte swapping in 8000 family

commit be88a1ada9b97bb016196b7f4a1fc2fe2f798529 upstream.

This fixes the byte order copying in the MAO (Mac Override
Section) section from the PNVM, as the byte swapping is not
required anymore in the 8000 family. Due to the byte
swapping, the driver was reporting an incorrect MAC
adddress.

Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/iwlwifi/iwl-nvm-parse.c