diff options
author | Bill Hayes <bill.hayes@hp.com> | 2007-10-31 18:21:52 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:03:42 -0500 |
commit | 93ca161027eb6a1761fb674ad7b995aedccf5f6e (patch) | |
tree | a1d4dde667d24ff8031607e3098d5e4f96d4614b /drivers/net/e1000e/hw.h | |
parent | 3df5920c46089b8b1873cb1333248c3e9b01eaf8 (diff) |
e1000e: alternate MAC address support
Port alternate MAC address support from the sourceforge
e1000 driver to the upstream e1000e driver.
Signed-off-by: Bill Hayes <bill.hayes@hp.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/e1000e/hw.h')
-rw-r--r-- | drivers/net/e1000e/hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000e/hw.h b/drivers/net/e1000e/hw.h index 64515789fd4d..1bb20521df0e 100644 --- a/drivers/net/e1000e/hw.h +++ b/drivers/net/e1000e/hw.h | |||
@@ -816,6 +816,7 @@ struct e1000_bus_info { | |||
816 | 816 | ||
817 | struct e1000_dev_spec_82571 { | 817 | struct e1000_dev_spec_82571 { |
818 | bool laa_is_present; | 818 | bool laa_is_present; |
819 | bool alt_mac_addr_is_present; | ||
819 | }; | 820 | }; |
820 | 821 | ||
821 | struct e1000_shadow_ram { | 822 | struct e1000_shadow_ram { |