Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c78ab76 authored by Tomoya's avatar Tomoya Committed by David S. Miller
Browse files

pch_can: Add setting TEC/REC statistics processing



Add setting TEC/REC statistics processing.

Signed-off-by: default avatarTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fea9294c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -568,6 +568,9 @@ static void pch_can_error(struct net_device *ndev, u32 status)
		break;
	}

	cf->data[6] = errc & PCH_TEC;
	cf->data[7] = (errc & PCH_REC) >> 8;

	priv->can.state = state;
	netif_rx(skb);