]> git.baikalelectronics.ru Git - kernel.git/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)
commit47b4dc116823bdeddaca7ee1bebe1508b2546c78
tree93adf6858488c2355328580571b54469c2012b79
parentf79d415ef96d9ee4b6c5897dc7783f080ad80df9
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