]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit1373c0fdbc5b477f5597a3ca9f2c782f15b56886
tree4b589945686cf8f89ebc9b320387dd7c1520fefb
parenta528079e01aa9cf6cddc852d5ab5cf4908974745
smsc911x: leave RX_STOP interrupt permanently enabled

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>
drivers/net/smsc911x.c