aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/archs38/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch
diff options
context:
space:
mode:
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.patch4
1 files changed, 2 insertions, 2 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
index cd66de82b2..58094ae96d 100644
--- 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
@@ -20,8 +20,8 @@ Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
--- a/drivers/net/ethernet/stmicro/stmmac/common.h
+++ b/drivers/net/ethernet/stmicro/stmmac/common.h
-@@ -42,7 +42,7 @@
- #define DWMAC_CORE_3_50 0x35
+@@ -49,7 +49,7 @@
+ #define STMMAC_GET_ENTRY(x, size) ((x + 1) & (size - 1))
#undef FRAME_FILTER_DEBUG
-/* #define FRAME_FILTER_DEBUG */