aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.4/0509-net-next-mediatek-add-support-for-mt7621.patch
diff options
context:
space:
mode:
authorMichael Lee <igvtee@gmail.com>2017-04-27 09:04:31 +0800
committerJohn Crispin <john@phrozen.org>2017-05-18 14:50:16 +0200
commiteee09bfe01e8cc2db1501f82dde7b9b6bb424faf (patch)
tree3bfcf47dfb557addf060bae62cdbfca8fe70ce9f /target/linux/ramips/patches-4.4/0509-net-next-mediatek-add-support-for-mt7621.patch
parent224e5f5efa22b8a0132522367afd3b22f05d53e1 (diff)
downloadupstream-eee09bfe01e8cc2db1501f82dde7b9b6bb424faf.tar.gz
upstream-eee09bfe01e8cc2db1501f82dde7b9b6bb424faf.tar.bz2
upstream-eee09bfe01e8cc2db1501f82dde7b9b6bb424faf.zip
ramips: support jumbo frame on mt7621 up to 2k
Signed-off-by: Michael Lee <igvtee@gmail.com>
Diffstat (limited to 'target/linux/ramips/patches-4.4/0509-net-next-mediatek-add-support-for-mt7621.patch')
-rw-r--r--target/linux/ramips/patches-4.4/0509-net-next-mediatek-add-support-for-mt7621.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-4.4/0509-net-next-mediatek-add-support-for-mt7621.patch b/target/linux/ramips/patches-4.4/0509-net-next-mediatek-add-support-for-mt7621.patch
index 6920545f0c..6ea97c1ae4 100644
--- a/target/linux/ramips/patches-4.4/0509-net-next-mediatek-add-support-for-mt7621.patch
+++ b/target/linux/ramips/patches-4.4/0509-net-next-mediatek-add-support-for-mt7621.patch
@@ -163,7 +163,7 @@ Signed-off-by: Michael Lee <igvtee@gmail.com>
+
+ priv->flags = FE_FLAG_PADDING_64B | FE_FLAG_RX_2B_OFFSET |
+ FE_FLAG_RX_SG_DMA | FE_FLAG_NAPI_WEIGHT |
-+ FE_FLAG_HAS_SWITCH;
++ FE_FLAG_HAS_SWITCH | FE_FLAG_JUMBO_FRAME;
+
+ netdev->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM |
+ NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_SG | NETIF_F_TSO |