diff options
author | Kabuli Chana <newtownBuild@gmail.com> | 2018-03-09 10:33:04 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-09 22:12:48 +0100 |
commit | 7c1dae6e269371f317040f30cb607bf46e7e1e26 (patch) | |
tree | 71902c8572f1dfc9760cf6863d0bb4fac5346a09 /target/linux/mediatek/patches-4.14/0051-net-mediatek-increase-tx_timeout.patch | |
parent | fa22714181de40648d9680f6d5d9d4f03547ccc1 (diff) | |
download | upstream-7c1dae6e269371f317040f30cb607bf46e7e1e26.tar.gz upstream-7c1dae6e269371f317040f30cb607bf46e7e1e26.tar.bz2 upstream-7c1dae6e269371f317040f30cb607bf46e7e1e26.zip |
kernel: bump to version 4.14.25
compile/test target mvebu/rango
Signed-off-by: Kabuli Chana <newtownBuild@gmail.com>
Diffstat (limited to 'target/linux/mediatek/patches-4.14/0051-net-mediatek-increase-tx_timeout.patch')
-rw-r--r-- | target/linux/mediatek/patches-4.14/0051-net-mediatek-increase-tx_timeout.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-4.14/0051-net-mediatek-increase-tx_timeout.patch b/target/linux/mediatek/patches-4.14/0051-net-mediatek-increase-tx_timeout.patch index 2efab3f7d5..f4c0fce566 100644 --- a/target/linux/mediatek/patches-4.14/0051-net-mediatek-increase-tx_timeout.patch +++ b/target/linux/mediatek/patches-4.14/0051-net-mediatek-increase-tx_timeout.patch @@ -10,7 +10,7 @@ Signed-off-by: John Crispin <john@phrozen.org> --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c -@@ -2453,7 +2453,7 @@ static int mtk_add_mac(struct mtk_eth *e +@@ -2454,7 +2454,7 @@ static int mtk_add_mac(struct mtk_eth *e mac->hw_stats->reg_offset = id * MTK_STAT_OFFSET; SET_NETDEV_DEV(eth->netdev[id], eth->dev); |