From: Jay Vosburgh Date: Fri, 31 May 2013 11:57:29 +0000 (+0000) Subject: net/core: dev_mc_sync_multiple calls wrong helper X-Git-Tag: v3.10-rc5~25^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b190a50875b95e58ebe2b00ed3bf7f1d44961471;p=pandora-kernel.git net/core: dev_mc_sync_multiple calls wrong helper The dev_mc_sync_multiple function is currently calling __hw_addr_sync, and not __hw_addr_sync_multiple. This will result in addresses only being synced to the first device from the set. Corrected by calling the _multiple variant. Signed-off-by: Jay Vosburgh Reviewed-by: Vlad Yasevich Tested-by: Shawn Bohrer Signed-off-by: David S. Miller --- Reading git-diff-tree failed