Re: [PATCH 1/7] net: handle addr_type of 0 properly
From: David Miller <davem@davemloft.net> Date: 2011-02-25 21:58:29
From: Hagen Paul Pfeifer <redacted>
Date: Fri, 25 Feb 2011 16:45:15 +0100
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 <redacted>