smsc911x: leave RX_STOP interrupt permanently enabled
authorSteve Glendinning <steve.glendinning@smsc.com>
Tue, 27 Jan 2009 05:33:16 +0000 (21:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jan 2009 05:33:16 +0000 (21:33 -0800)
smsc911x_set_multicast_list currently performs the only non-atomic
read-modify-write of INT_EN.  This patch permanently enables the
RXSTOP_INT interrupt, and changes the ISR to only conditionally run the
multicast filter workaround code.

Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found