diff options
author | Jesse Gross <jesse@nicira.com> | 2010-10-20 09:56:09 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-21 04:26:55 -0400 |
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 efdfbc2a9e37..4f44db68c802 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -6742,10 +6742,6 @@ struct bnx2 { | |||
6742 | 6742 | ||
6743 | struct bnx2_napi bnx2_napi[BNX2_MAX_MSIX_VEC]; | 6743 | struct bnx2_napi bnx2_napi[BNX2_MAX_MSIX_VEC]; |
6744 | 6744 | ||
6745 | #ifdef BCM_VLAN | ||
6746 | struct vlan_group *vlgrp; | ||
6747 | #endif | ||
6748 | |||
6749 | u32 rx_buf_use_size; /* useable size */ | 6745 | u32 rx_buf_use_size; /* useable size */ |
6750 | u32 rx_buf_size; /* with alignment */ | 6746 | u32 rx_buf_size; /* with alignment */ |
6751 | u32 rx_copy_thresh; | 6747 | u32 rx_copy_thresh; |