Skip to content

Commit

Permalink
e1000e: magic number cleanup - ETH_ALEN
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
bwallan authored and Jeff Kirsher committed Mar 11, 2011
1 parent ef5ab89 commit d8d5f8a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/net/e1000e/hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -812,9 +812,8 @@ struct e1000_nvm_operations {

struct e1000_mac_info {
struct e1000_mac_operations ops;

u8 addr[6];
u8 perm_addr[6];
u8 addr[ETH_ALEN];
u8 perm_addr[ETH_ALEN];

enum e1000_mac_type type;

Expand Down

0 comments on commit d8d5f8a

Please sign in to comment.