mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ipq40xx: less ess_edma ipv6 log output
This commit is contained in:
parent
f228568715
commit
c148eef20f
@ -1523,7 +1523,7 @@ Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
|
||||
+ int res;
|
||||
+
|
||||
+ if (skb->protocol == htons(ETH_P_IPV6)) {
|
||||
+ dev_err(&adapter->pdev->dev, "IPv6 not supported\n");
|
||||
+
|
||||
+ res = -EINVAL;
|
||||
+ goto no_protocol_err;
|
||||
+ }
|
||||
|
Loading…
Reference in New Issue
Block a user