igb: Fix for Alt MAC Address feature on 82580 and later devices
commit65189d284b48bd2e747e8cf9dfb0ff63b859682f
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Thu, 13 Oct 2011 17:28:39 +0000 (13 17:28 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 21 Oct 2011 10:13:21 +0000 (21 03:13 -0700)
treed3e80da723ddf60253255ae349aae67eaf33f63c
parent7d94eb84f3cc6557870a5bc5aa63cf6dde801fa7
igb: Fix for Alt MAC Address feature on 82580 and later devices

In 82580 and later devices, the alternate MAC address feature is
completely handled by the option ROM and software does not handle
it anymore.  This patch changes the check_alt_mac_addr function to
exit immediately if device is 82580 or later.

Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/e1000_mac.c