Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

e1000e: magic number cleanup - ETH_ALEN

parent ef5ab89c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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;