Commit 955315b0 authored by Benjamin Poirier's avatar Benjamin Poirier Committed by David S. Miller
Browse files

qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/



The hardware has been declared EOL by the vendor more than 5 years ago.
What's more relevant to the Linux kernel is that the quality of this driver
is not on par with many other mainline drivers.

Cc: Manish Chopra <manishc@marvell.com>
Message-id: <20190617074858.32467-1-bpoirier@suse.com>
Signed-off-by: default avatarBenjamin Poirier <bpoirier@suse.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d5c3a62d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -421,4 +421,3 @@ That is, the recovery API only requires that:
   - drivers/net/ixgbe
   - drivers/net/cxgb3
   - drivers/net/s2io.c
   - drivers/net/qlge
+1 −1
Original line number Diff line number Diff line
@@ -13217,7 +13217,7 @@ M: Manish Chopra <manishc@marvell.com>
M:	GR-Linux-NIC-Dev@marvell.com
L:	netdev@vger.kernel.org
S:	Supported
F:	drivers/net/ethernet/qlogic/qlge/
F:	drivers/staging/qlge/

QM1D1B0004 MEDIA DRIVER
M:	Akihiro Tsukada <tskd08@gmail.com>
+0 −9
Original line number Diff line number Diff line
@@ -66,15 +66,6 @@ config QLCNIC_HWMON

	  This data is available via the hwmon sysfs interface.

config QLGE
	tristate "QLogic QLGE 10Gb Ethernet Driver Support"
	depends on PCI
	---help---
	  This driver supports QLogic ISP8XXX 10Gb Ethernet cards.

	  To compile this driver as a module, choose M here: the module
	  will be called qlge.

config NETXEN_NIC
	tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
	depends on PCI
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@

obj-$(CONFIG_QLA3XXX) += qla3xxx.o
obj-$(CONFIG_QLCNIC) += qlcnic/
obj-$(CONFIG_QLGE) += qlge/
obj-$(CONFIG_NETXEN_NIC) += netxen/
obj-$(CONFIG_QED) += qed/
obj-$(CONFIG_QEDE)+= qede/
+2 −0
Original line number Diff line number Diff line
@@ -120,4 +120,6 @@ source "drivers/staging/kpc2000/Kconfig"

source "drivers/staging/isdn/Kconfig"

source "drivers/staging/qlge/Kconfig"

endif # STAGING
Loading