Commit d8d5f8ae authored by Bruce Allan's avatar Bruce Allan Committed by Jeff Kirsher

e1000e: magic number cleanup - ETH_ALEN

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Tested-by: default avatarJeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent ef5ab89c
...@@ -812,9 +812,8 @@ struct e1000_nvm_operations { ...@@ -812,9 +812,8 @@ struct e1000_nvm_operations {
struct e1000_mac_info { struct e1000_mac_info {
struct e1000_mac_operations ops; struct e1000_mac_operations ops;
u8 addr[ETH_ALEN];
u8 addr[6]; u8 perm_addr[ETH_ALEN];
u8 perm_addr[6];
enum e1000_mac_type type; enum e1000_mac_type type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment