]> git.baikalelectronics.ru Git - kernel.git/commit
au1000_eth: Duplicate test of RX_OVERLEN bit in update_rx_stats()
authorroel kluin <roel.kluin@gmail.com>
Tue, 6 Oct 2009 09:54:18 +0000 (09:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2009 10:50:10 +0000 (03:50 -0700)
commit576e8b3df387d41df9716ce524a2bfce357c7b08
tree3e4063313fd26bb6e1a1d5566ed9ecda888d4060
parent38f26df0249b107b63cbec495cd7ebdc368db1ad
au1000_eth: Duplicate test of RX_OVERLEN bit in update_rx_stats()

in update_rx_stats() the RX_OVERLEN bit is set twice, replace it by RX_RUNT.
in au1000_rx() the RX_MISSED_FRAME bit was tested a few lines earlier already

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Acked-by: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/au1000_eth.c