ehea: Remove remnants of LRO support
Commit 2cb1deb56f
('ehea: Remove LRO
support') left behind the Kconfig depends/select and feature flag.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f1d29a3fa6
commit
3865fe169a
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user