ramips: ethernet: disable fraglist support
authorFelix Fietkau <nbd@nbd.name>
Sat, 14 Jul 2018 06:32:36 +0000 (08:32 +0200)
committerFelix Fietkau <nbd@nbd.name>
Sat, 14 Jul 2018 06:32:39 +0000 (08:32 +0200)
The code has some remaining issues that cause ethernet hangs, so
disable it for now until we can get it fixed

Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/soc_mt7621.c

index 96d3909a48a3fbb5fadf83a2aac60d7ab1f15d0d..392e0ea2e58893ecd0eff4b9f7e964039a5e3e59 100644 (file)
@@ -143,7 +143,7 @@ static void mt7621_init_data(struct fe_soc_data *data,
 
        netdev->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM |
                NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_SG | NETIF_F_TSO |
-               NETIF_F_TSO6 | NETIF_F_IPV6_CSUM | NETIF_F_FRAGLIST |
+               NETIF_F_TSO6 | NETIF_F_IPV6_CSUM |
                NETIF_F_TSO_MANGLEID;
 }