提交 d8d5f8ae 编写于 作者: B Bruce Allan 提交者: Jeff Kirsher

e1000e: magic number cleanup - ETH_ALEN

Signed-off-by: NBruce Allan <bruce.w.allan@intel.com>
Tested-by: NJeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册