commit | 1373c0fdbc5b477f5597a3ca9f2c782f15b56886 | [log] [tgz] |
---|---|---|
author | Steve Glendinning <steve.glendinning@smsc.com> | Mon Jan 26 21:33:16 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 26 21:33:16 2009 -0800 |
tree | 4b589945686cf8f89ebc9b320387dd7c1520fefb | |
parent | a528079e01aa9cf6cddc852d5ab5cf4908974745 [diff] |
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>