aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/arc770/patches-4.14
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-07 16:34:09 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-02 16:29:22 +0200
commit64824db6d8fcd4d90bcd205fa4c798c2972514f5 (patch)
treedb963c4218dcf766d518a2a18d4bb52d3f396e0e /target/linux/arc770/patches-4.14
parentbc88ee0aff23eaa431775c82ba0c90dbd9dff6a8 (diff)
downloadupstream-64824db6d8fcd4d90bcd205fa4c798c2972514f5.tar.gz
upstream-64824db6d8fcd4d90bcd205fa4c798c2972514f5.tar.bz2
upstream-64824db6d8fcd4d90bcd205fa4c798c2972514f5.zip
arc770: drop support for kernel 4.14
The target seems to be working on 5.4, so drop 4.14 support in preparation for removing it from master entirely. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/arc770/patches-4.14')
-rw-r--r--target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch b/target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch
deleted file mode 100644
index e63c2e934b..0000000000
--- a/target/linux/arc770/patches-4.14/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
-@@ -46,7 +46,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 {