commit | 948b337e62ca96b6e7de06fdd5f6fe44769d7e9c | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@resnulli.us> | Tue Jan 08 01:38:25 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 08 18:00:47 2013 -0800 |
tree | 801e99a0a85a7030dc0c5cde8907d54860ac6716 | |
parent | 7265a6bbdd28c37e567162308a09807cb22cdb75 [diff] |
net: init perm_addr in register_netdevice() Benefit from the fact that dev->addr_assign_type is set to NET_ADDR_PERM in case the device has permanent address. This also fixes the problem that many drivers do not set perm_addr at all. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>