aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x.h
diff options
context:
space:
mode:
authorEilon Greenstein <eilong@broadcom.com>2009-02-12 03:36:49 -0500
committerDavid S. Miller <davem@davemloft.net>2009-02-16 02:31:18 -0500
commit87942b467880fb65381af87a5ff61fdb7ede5eb3 (patch)
tree7c208fcb550b73f740a1447608b21546edfe6942 /drivers/net/bnx2x.h
parent35b19ba51c1e6258a338a0855c72384abc33ce11 (diff)
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.h5
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 {
525 u32 hw_config; 525 u32 hw_config;
526 526
527 u32 bc_ver; 527 u32 bc_ver;
528
529 char *name;
530}; 528};
531 529
532 530
@@ -798,7 +796,6 @@ struct bnx2x {
798#endif 796#endif
799 797
800 u32 rx_csum; 798 u32 rx_csum;
801 u32 rx_offset;
802 u32 rx_buf_size; 799 u32 rx_buf_size;
803#define ETH_OVREHEAD (ETH_HLEN + 8) /* 8 for CRC + VLAN */ 800#define ETH_OVREHEAD (ETH_HLEN + 8) /* 8 for CRC + VLAN */
804#define ETH_MIN_PACKET_SIZE 60 801#define ETH_MIN_PACKET_SIZE 60
@@ -819,7 +816,6 @@ struct bnx2x {
819 u16 def_att_idx; 816 u16 def_att_idx;
820 u32 attn_state; 817 u32 attn_state;
821 struct attn_route attn_group[MAX_DYNAMIC_ATTN_GRPS]; 818 struct attn_route attn_group[MAX_DYNAMIC_ATTN_GRPS];
822 u32 nig_mask;
823 819
824 /* slow path ring */ 820 /* slow path ring */
825 struct eth_spe *spq; 821 struct eth_spe *spq;
@@ -869,7 +865,6 @@ struct bnx2x {
869 struct work_struct reset_task; 865 struct work_struct reset_task;
870 866
871 struct timer_list timer; 867 struct timer_list timer;
872 int timer_interval;
873 int current_interval; 868 int current_interval;
874 869
875 u16 fw_seq; 870 u16 fw_seq;