commit | 83a093b486ecfd25e7b04b82f6a388f24bd274b2 | [log] [tgz] |
---|---|---|
author | Bjørn Mork <bjorn@mork.no> | Fri Aug 30 18:08:44 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 03 20:57:49 2013 -0400 |
tree | 599cfa0d7929e8e152bb4d2f5a5d64c74b87db3b | |
parent | 5a17a390de7bdbcfff9b8f344273a886ca4cf8bf [diff] |
net: etherdevice: add address inherit helper Some etherdevices inherit their address from a parent or master device. The addr_assign_type should be updated along with the address in these cases. Adding a helper function to simplify this. Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net>