summaryrefslogtreecommitdiff
path: root/target/linux/archs38/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch
diff options
context:
space:
mode:
authorEvgeniy Didin <Evgeniy.Didin@synopsys.com>2018-01-23 19:48:48 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2018-02-10 20:59:52 +0100
commit2fca8aa73e6357075881922b8ce5208fd9e12770 (patch)
tree6c843c94b836a7c37848c1326ee467b2003d48b1 /target/linux/archs38/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch
parentb38758d4d47a769268da791ec6a1ab8b138e203e (diff)
downloadmtk-20170518-2fca8aa73e6357075881922b8ce5208fd9e12770.zip
mtk-20170518-2fca8aa73e6357075881922b8ce5208fd9e12770.tar.gz
mtk-20170518-2fca8aa73e6357075881922b8ce5208fd9e12770.tar.bz2
archs38: bump kernel to 4.14.
Update Linux kernel version from 4.9 to 4.14 for archs38. config-4.14 was simply regenerated with "make kernel_menuconfig". Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com> Cc: Alexey Brodkin <abrodkin@synopsys.com> Cc: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/archs38/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch')
-rw-r--r--target/linux/archs38/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/archs38/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch b/target/linux/archs38/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch
deleted file mode 100644
index 58094ae..0000000
--- a/target/linux/archs38/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 0031b9011cb2b2b1de4dbb4f9620303aec760db4 Mon Sep 17 00:00:00 2001
-From: Alexey Brodkin <abrodkin@synopsys.com>
-Date: Wed, 27 Jul 2016 11:33:14 +0300
-Subject: [PATCH] stmmac: Disable frame filtering completely
-
-For some [still unknown] reason in ARC SDP boards
-DW GMAC doesn't enter promiscuous mode if eth0 gets
-added to the br-lan interface before Ethernet PHY finishes
-autonegotiation (PHY gets reset on DW GMAC start).
-
-As a work-around we completely disable frame filtering
-in GMAC hardware which gives us working bridge that consists
-of eth0 and wlan0 (USB Wi-Fi dongle). I.e. we finally have
-working "Dumb AP" setup made of ARC AXS10x boards.
-
-Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
----
- drivers/net/ethernet/stmicro/stmmac/common.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/drivers/net/ethernet/stmicro/stmmac/common.h
-+++ b/drivers/net/ethernet/stmicro/stmmac/common.h
-@@ -49,7 +49,7 @@
- #define STMMAC_GET_ENTRY(x, size) ((x + 1) & (size - 1))
-
- #undef FRAME_FILTER_DEBUG
--/* #define FRAME_FILTER_DEBUG */
-+#define FRAME_FILTER_DEBUG
-
- /* Extra statistic and debug information exposed by ethtool */
- struct stmmac_extra_stats {