aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000e/hw.h')
-rw-r--r--drivers/net/e1000e/hw.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/e1000e/hw.h b/drivers/net/e1000e/hw.h
index bc0860a598c9..307e1ec22417 100644
--- a/drivers/net/e1000e/hw.h
+++ b/drivers/net/e1000e/hw.h
@@ -812,9 +812,8 @@ struct e1000_nvm_operations {
812 812
813struct e1000_mac_info { 813struct e1000_mac_info {
814 struct e1000_mac_operations ops; 814 struct e1000_mac_operations ops;
815 815 u8 addr[ETH_ALEN];
816 u8 addr[6]; 816 u8 perm_addr[ETH_ALEN];
817 u8 perm_addr[6];
818 817
819 enum e1000_mac_type type; 818 enum e1000_mac_type type;
820 819