summaryrefslogtreecommitdiffstats
path: root/drivers/block/swim3.c
diff options
context:
space:
mode:
authorMirko Lindner <mlindner@marvell.com>2013-03-26 07:38:35 +0100
committerDavid S. Miller <davem@davemloft.net>2013-03-29 19:53:19 +0100
commit9cfe8b156c21cf340b3a10ecb3022fbbc1c39185 (patch)
treec35b98a3b725b2717ed90b9990338b30756c7715 /drivers/block/swim3.c
parentMerge branch 'wireless' (diff)
downloadlinux-9cfe8b156c21cf340b3a10ecb3022fbbc1c39185.tar.xz
linux-9cfe8b156c21cf340b3a10ecb3022fbbc1c39185.zip
sky2: Receive Overflows not counted
The sky2 driver doesn't count the Receive Overflows because the MAC interrupt for this event is not set in the MAC's interrupt mask. The MAC's interrupt mask is set only for Transmit FIFO Underruns. Fix: The correct setting should be (GM_IS_TX_FF_UR | GM_IS_RX_FF_OR) Otherwise the Receive Overflow event will not generate any interrupt. The Receive Overflow interrupt is handled correctly Signed-off-by: Mirko Lindner <mlindner@marvell.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/block/swim3.c')
0 files changed, 0 insertions, 0 deletions