commit | a652208e0b52c190e57f2a075ffb5e897fe31c3b | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@resnulli.us> | Wed Nov 14 02:51:04 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 15 17:57:53 2012 -0500 |
tree | 7d41ac0aa041beb5803654d79c9893b651644f63 | |
parent | ec34232575083fd0f43d3a101e8ebb041b203761 [diff] |
net: correct check in dev_addr_del() Check (ha->addr == dev->dev_addr) is always true because dev_addr_init() sets this. Correct the check to behave properly on addr removal. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>