]> bbs.cooldavid.org Git - jme.git/commit - jme.c
net: convert multicast list to list_head
authorJiri Pirko <jpirko@redhat.com>
Thu, 1 Apr 2010 21:22:57 +0000 (21:22 +0000)
committerGuo-Fu Tseng <cooldavid@cooldavid.org>
Tue, 3 Aug 2010 13:08:56 +0000 (21:08 +0800)
commit8e14c278ad90df8fdeb4c0e8b95e3ae3c3835d83
treecb76be95c65b805b6a0b8a54f4562d28be5904ba
parent38d1bc091b7a441c6418020aa717dabebc242dfa
net: convert multicast list to list_head

Converts the list and the core manipulating with it to be the same as uc_list.

+uses two functions for adding/removing mc address (normal and "global"
 variant) instead of a function parameter.
+removes dev_mcast.c completely.
+exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
 manipulation with lists on a sandbox (used in bonding and 80211 drivers)

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
jme.c