In a struct net_device, multicast addresses are stored using a self-made linked list. To convert this to list_head list there would be needed to do the change in all (literally all) network device drivers at once. To solve this situation and also to make device drivers' code prettier I'm introducing several multicast list helpers which can (and in the future they should) be used to access mc list. Once all drivers will use these helpers, we can easily convert to list_head. The part of this patchset are also 3 examples of a usage of the helpers. Kindly asking for review. Thanks, Jirka -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html