]> Pileus Git - ~andy/linux/commit
tg3: Don't add rxbds_empty to rx_over_errors
authorNithin Sujir <nsujir@broadcom.com>
Fri, 6 Dec 2013 17:53:16 +0000 (09:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Dec 2013 20:10:53 +0000 (15:10 -0500)
commitec99f76d281bae0194c6060417d3465ded94f0ed
tree93adf6858488c2355328580571b54469c2012b79
parenteb25a4e76d64e691ed4d51d91d647ccd082634e7
tg3: Don't add rxbds_empty to rx_over_errors

rxbds_empty is an informational statistic signifying that a ring full
condition was observed. It does not mean an overflow has occurred.

Signed-off-by: Nithin Nayak Sujir <nsujir@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/tg3.c