X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Farc770%2Fpatches-4.9%2F700-stmmac-Disable-frame-filtering-completely.patch;h=58094ae96d86042ca735cc2b5be0d7d6a3aa99dc;hb=3e0489dcd91faa3954a05e3fcdaf5de2d1892e67;hp=cd66de82b257516eb7df256803300efc8f4001c4;hpb=491abe8c998381983caa3e411bcef5117e5cfbbb;p=openwrt%2F.git diff --git a/target/linux/arc770/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch b/target/linux/arc770/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch index cd66de82b2..58094ae96d 100644 --- a/target/linux/arc770/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch +++ b/target/linux/arc770/patches-4.9/700-stmmac-Disable-frame-filtering-completely.patch @@ -20,8 +20,8 @@ Signed-off-by: Alexey Brodkin --- 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 */