gianfar: Remove superfluous kernel_dropped local counter
authorClaudiu Manoil <claudiu.manoil@freescale.com>
Thu, 21 Mar 2013 03:12:15 +0000 (03:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Mar 2013 16:01:34 +0000 (12:01 -0400)
The GRO_DROP return code is handled by the core network layer.
The current kernel approach is to factorize this kind of statistics into
the upper layers, instead of having all the drivers maintaining them.

Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found