ipq40xx: less ess_edma ipv6 log output

This commit is contained in:
LEAN-ESX 2019-12-03 09:29:01 -08:00
parent f228568715
commit c148eef20f

View File

@ -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;
+ }