commit | dd11680d0e843a9e5519304a0e89dd3815439102 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Fri May 30 13:40:08 2014 -0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 02 16:16:06 2014 -0700 |
tree | c8c305588f2448a2317900978db9933702b4bf73 | |
parent | 2e3173a3d38bbb5e29a6a734e7366855c12efbe9 [diff] |
net: mv643xx_eth: Count dropped packets properly This commit fixes the current dropped packet count by doing it properly, increasing the count when a packet is discarded; i.e. the packet is not processed and the driver returns NETDEV_TX_OK. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>