diff options
author | Jesse Gross <jesse@nicira.com> | 2010-10-20 13:56:09 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-21 01:26:55 -0700 |
commit | 7d0fd2117e3d0550d7987b3aff2bfbc0244cf7c6 (patch) | |
tree | e13ad645bb262cf1c796c888fbcb620c6ac8600a /drivers/net/bnx2.h | |
parent | 361ff8a6cf90d62c0071b7e532e37369bfd3ae77 (diff) |
bnx2: Update bnx2 to use new vlan accleration.
Make the bnx2 driver use the new vlan accleration model.
Signed-off-by: Jesse Gross <jesse@nicira.com>
CC: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index efdfbc2a9e3..4f44db68c80 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h @@ -6742,10 +6742,6 @@ struct bnx2 { struct bnx2_napi bnx2_napi[BNX2_MAX_MSIX_VEC]; -#ifdef BCM_VLAN - struct vlan_group *vlgrp; -#endif - u32 rx_buf_use_size; /* useable size */ u32 rx_buf_size; /* with alignment */ u32 rx_copy_thresh; |