Browse Source

pch_can: Add setting TEC/REC statistics processing

Add setting TEC/REC statistics processing.

Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Tomoya 14 years ago
parent
commit
0c78ab76a0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      drivers/net/can/pch_can.c

+ 3 - 0
drivers/net/can/pch_can.c

@@ -568,6 +568,9 @@ static void pch_can_error(struct net_device *ndev, u32 status)
 		break;
 		break;
 	}
 	}
 
 
+	cf->data[6] = errc & PCH_TEC;
+	cf->data[7] = (errc & PCH_REC) >> 8;
+
 	priv->can.state = state;
 	priv->can.state = state;
 	netif_rx(skb);
 	netif_rx(skb);