diff options
author | Michael Chan <mchan@broadcom.com> | 2009-10-10 09:46:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-12 02:30:11 -0400 |
commit | e665bfda5b8fea586ddd028b26a6e2ed9e987c6b (patch) | |
tree | 799c503f5e2855871e7a7547b07e5e42cabc6d7c /drivers/net/bnx2x.h | |
parent | 2891290219d8a28a923560d53d24c00fa96fa09f (diff) |
bnx2x: Refactor MAC address setup code.
For iSCSI MAC address setup in later patches.
Signed-off-by: Shmulik Ravid - Rabinovitz <shmulikr@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Acked-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index bbf842284ebb..1f0706328a3f 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h | |||
@@ -863,8 +863,8 @@ struct bnx2x { | |||
863 | 863 | ||
864 | /* Flags for marking that there is a STAT_QUERY or | 864 | /* Flags for marking that there is a STAT_QUERY or |
865 | SET_MAC ramrod pending */ | 865 | SET_MAC ramrod pending */ |
866 | u8 stats_pending; | 866 | int stats_pending; |
867 | u8 set_mac_pending; | 867 | int set_mac_pending; |
868 | 868 | ||
869 | /* End of fields used in the performance code paths */ | 869 | /* End of fields used in the performance code paths */ |
870 | 870 | ||