mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
ipq40xx: less ess_edma ipv6 log output
This commit is contained in:
parent
14f5def323
commit
08c3a141b8
@ -34,3 +34,15 @@ Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
|
||||
+obj-$(CONFIG_ESSEDMA) += essedma/
|
||||
|
||||
obj-$(CONFIG_RMNET) += rmnet/
|
||||
|
||||
--- a/drivers/net/ethernet/qualcomm/essedma/edma.c
|
||||
+++ b/drivers/net/ethernet/qualcomm/essedma/edma.c
|
||||
@@ -1493,7 +1493,7 @@
|
||||
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…
x
Reference in New Issue
Block a user