aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-4.4/0068-net-mediatek-remove-superflous-reset-call.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-09 10:25:08 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-09 10:25:08 +0000
commit8038a9bc193cbc6b220712ed41abb9a9c61e0301 (patch)
tree4963d01bee46f4216eb1d9ed164a7f0915a95826 /target/linux/mediatek/patches-4.4/0068-net-mediatek-remove-superflous-reset-call.patch
parentdca994347410b0814676ed04fb3a1130a63b6c69 (diff)
downloadmaster-187ad058-8038a9bc193cbc6b220712ed41abb9a9c61e0301.tar.gz
master-187ad058-8038a9bc193cbc6b220712ed41abb9a9c61e0301.tar.bz2
master-187ad058-8038a9bc193cbc6b220712ed41abb9a9c61e0301.zip
mediatek: update patches
adds a few ethernet fixes Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49132 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mediatek/patches-4.4/0068-net-mediatek-remove-superflous-reset-call.patch')
-rw-r--r--target/linux/mediatek/patches-4.4/0068-net-mediatek-remove-superflous-reset-call.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-4.4/0068-net-mediatek-remove-superflous-reset-call.patch b/target/linux/mediatek/patches-4.4/0068-net-mediatek-remove-superflous-reset-call.patch
index 2f940d34fc..c404e8c182 100644
--- a/target/linux/mediatek/patches-4.4/0068-net-mediatek-remove-superflous-reset-call.patch
+++ b/target/linux/mediatek/patches-4.4/0068-net-mediatek-remove-superflous-reset-call.patch
@@ -1,7 +1,7 @@
From 3c8781211140cc23750544a52b7310edb3b57f00 Mon Sep 17 00:00:00 2001
From: John Crispin <blogic@openwrt.org>
Date: Fri, 25 Mar 2016 04:24:27 +0100
-Subject: [PATCH 68/78] net: mediatek: remove superflous reset call
+Subject: [PATCH 68/81] net: mediatek: remove superflous reset call
HW reset is triggered int he mtk_hw_init() function. There is no need to
reset the core during probe.