netdev: Add addr_list_lock to struct net_device.
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 07:08:33 +0000 (00:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 07:08:33 +0000 (00:08 -0700)
This will be used to protect the per-device unicast and multicast
address lists, as well as the callbacks into the drivers which
configure such state such as ->set_rx_mode() and ->set_multicast_list().

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found