From: Hagen Paul Pfeifer Date: Fri, 25 Feb 2011 21:58:54 +0000 (-0800) Subject: net: handle addr_type of 0 properly X-Git-Tag: v2.6.38-rc8~29^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aca1a9e880e06bb7e5fd553a86a330ae7e218b5;p=pandora-kernel.git net: handle addr_type of 0 properly addr_type of 0 means that the type should be adopted from from_dev and not from __hw_addr_del_multiple(). Unfortunately it isn't so and addr_type will always be considered. Fix this by implementing the considered and documented behavior. Signed-off-by: Hagen Paul Pfeifer Signed-off-by: David S. Miller --- Reading git-diff-tree failed