]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: Fix for Alt MAC Address feature on 82580 and later devices
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Thu, 13 Oct 2011 17:28:39 +0000 (17:28 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 13:04:31 +0000 (21:04 +0800)
commitc093fdb358bb15c06ea12c6e543e8a931bc073fc
tree027e269e0ab33110951d26bee9abcbf69e0e3c18
parentfafc0a462ce684256c335c66627616edd0025363
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.

(cherry picked from commit 65189d284b48bd2e747e8cf9dfb0ff63b859682f)
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/e1000_mac.c