Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/intel/igb
Alexander Duyck c3278587e7 igb: clean up code for setting MAC address
Drop a bunch of hand written byte swapping code in favor of just doing the
byte swapping ourselves.  The registers are little endian registers storing
a big endian value so if we read the MAC address array as little endian
then we will get the CPU registers into the proper layout.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2016-02-15 16:21:05 -08:00
..
2016-02-15 16:17:57 -08:00
2015-10-05 03:16:42 -07:00
2015-12-12 23:09:54 -08:00