mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
pch_can: Add setting TEC/REC statistics processing
Add setting TEC/REC statistics processing. Signed-off-by: Tomoya MORINAGA <[email protected]> Signed-off-by: David S. Miller <[email protected]>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user