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

Commit 3865fe16 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

ehea: Remove remnants of LRO support



Commit 2cb1deb5 ('ehea: Remove LRO
support') left behind the Kconfig depends/select and feature flag.

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f1d29a3f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ config NET_VENDOR_IBM
	bool "IBM devices"
	default y
	depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \
		   (IBMEBUS && INET && SPARSEMEM)
		   (IBMEBUS && SPARSEMEM)
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y
	  and read the Ethernet-HOWTO, available from
@@ -33,8 +33,7 @@ source "drivers/net/ethernet/ibm/emac/Kconfig"

config EHEA
	tristate "eHEA Ethernet support"
	depends on IBMEBUS && INET && SPARSEMEM
	select INET_LRO
	depends on IBMEBUS && SPARSEMEM
	---help---
	  This driver supports the IBM pSeries eHEA ethernet adapter.

+1 −1
Original line number Diff line number Diff line
@@ -3028,7 +3028,7 @@ static struct ehea_port *ehea_setup_single_port(struct ehea_adapter *adapter,
	ehea_set_ethtool_ops(dev);

	dev->hw_features = NETIF_F_SG | NETIF_F_TSO
		      | NETIF_F_IP_CSUM | NETIF_F_HW_VLAN_TX | NETIF_F_LRO;
		      | NETIF_F_IP_CSUM | NETIF_F_HW_VLAN_TX;
	dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_TSO
		      | NETIF_F_HIGHDMA | NETIF_F_IP_CSUM | NETIF_F_HW_VLAN_TX
		      | NETIF_F_HW_VLAN_RX | NETIF_F_HW_VLAN_FILTER