aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2x')
-rw-r--r--drivers/net/bnx2x/bnx2x_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c
index e4dea114d04a..28ef7faf4480 100644
--- a/drivers/net/bnx2x/bnx2x_main.c
+++ b/drivers/net/bnx2x/bnx2x_main.c
@@ -10575,8 +10575,8 @@ static int __devinit bnx2x_init_one(struct pci_dev *pdev,
10575 bp->qm_cid_count = bnx2x_set_qm_cid_count(bp); 10575 bp->qm_cid_count = bnx2x_set_qm_cid_count(bp);
10576 10576
10577#ifdef BCM_CNIC 10577#ifdef BCM_CNIC
10578 /* disable FCOE L2 queue for E1x*/ 10578 /* disable FCOE L2 queue for E1x and E3*/
10579 if (CHIP_IS_E1x(bp)) 10579 if (CHIP_IS_E1x(bp) || CHIP_IS_E3(bp))
10580 bp->flags |= NO_FCOE_FLAG; 10580 bp->flags |= NO_FCOE_FLAG;
10581 10581
10582#endif 10582#endif