Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de909d87 authored by Chad Dupuis's avatar Chad Dupuis Committed by James Bottomley
Browse files

bnx2fc: Remove 'NetXtreme II' from source files.

parent 97586090
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* 57xx_hsi_bnx2fc.h: QLogic NetXtreme II Linux FCoE offload driver.
/* 57xx_hsi_bnx2fc.h: QLogic Linux FCoE offload driver.
 * Handles operations such as session offload/upload etc, and manages
 * session resources such as connection id and qp resources.
 *
+2 −3
Original line number Diff line number Diff line
config SCSI_BNX2X_FCOE
	tristate "QLogic NetXtreme II FCoE support"
	tristate "QLogic FCoE offload support"
	depends on PCI
	depends on (IPV6 || IPV6=n)
	depends on LIBFC
@@ -9,5 +9,4 @@ config SCSI_BNX2X_FCOE
	select NET_VENDOR_BROADCOM
	select CNIC
	---help---
	This driver supports FCoE offload for the QLogic NetXtreme II
	devices.
	This driver supports FCoE offload for the QLogic devices.
+1 −1
Original line number Diff line number Diff line
/* bnx2fc.h: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc.h: QLogic Linux FCoE offload driver.
 *
 * Copyright (c) 2008-2013 Broadcom Corporation
 * Copyright (c) 2014-2015 QLogic Corporation
+1 −1
Original line number Diff line number Diff line
/* bnx2fc_constants.h: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc_constants.h: QLogic Linux FCoE offload driver.
 * Handles operations such as session offload/upload etc, and manages
 * session resources such as connection id and qp resources.
 *
+1 −1
Original line number Diff line number Diff line
/* bnx2fc_debug.c: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc_debug.c: QLogic Linux FCoE offload driver.
 * Handles operations such as session offload/upload etc, and manages
 * session resources such as connection id and qp resources.
 *
Loading