diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-02-12 08:36:49 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-15 23:31:18 -0800 |
commit | 87942b467880fb65381af87a5ff61fdb7ede5eb3 (patch) | |
tree | 7c208fcb550b73f740a1447608b21546edfe6942 /drivers/net/bnx2x.h | |
parent | 35b19ba51c1e6258a338a0855c72384abc33ce11 (diff) | |
download | linux-stable-87942b467880fb65381af87a5ff61fdb7ede5eb3.tar.gz linux-stable-87942b467880fb65381af87a5ff61fdb7ede5eb3.tar.bz2 linux-stable-87942b467880fb65381af87a5ff61fdb7ede5eb3.zip |
bnx2x: Removing redundant device parameters
Signed-off-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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index a18ace07fa42..2397a891e1ba 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h @@ -525,8 +525,6 @@ struct bnx2x_common { u32 hw_config; u32 bc_ver; - - char *name; }; @@ -798,7 +796,6 @@ struct bnx2x { #endif u32 rx_csum; - u32 rx_offset; u32 rx_buf_size; #define ETH_OVREHEAD (ETH_HLEN + 8) /* 8 for CRC + VLAN */ #define ETH_MIN_PACKET_SIZE 60 @@ -819,7 +816,6 @@ struct bnx2x { u16 def_att_idx; u32 attn_state; struct attn_route attn_group[MAX_DYNAMIC_ATTN_GRPS]; - u32 nig_mask; /* slow path ring */ struct eth_spe *spq; @@ -869,7 +865,6 @@ struct bnx2x { struct work_struct reset_task; struct timer_list timer; - int timer_interval; int current_interval; u16 fw_seq; |