netdev: Do not use TX lock to protect address lists.
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 07:15:08 +0000 (00:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 07:15:08 +0000 (00:15 -0700)
commitb9e40857682ecfc5bcd0356a23ff409883ffb982
treed241fd289bed6d16f36f6d26815c1e78e212c89a
parente308a5d806c852f56590ffdd3834d0df0cbed8d7
netdev: Do not use TX lock to protect address lists.

Now that we have a specific lock to protect the network
device unicast and multicast lists, remove extraneous
grabs of the TX lock in cases where the code only needs
address list protection.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/infiniband/ulp/ipoib/ipoib_multicast.c
drivers/media/dvb/dvb-core/dvb_net.c
drivers/net/bonding/bond_main.c
drivers/net/sfc/efx.c
drivers/net/wireless/libertas/main.c
net/core/dev.c
net/core/dev_mcast.c
net/mac80211/main.c
net/mac80211/mlme.c