mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 06:04:14 +08:00
net: airo: inherit addr_assign_type along with dev_addr
A device inheriting a random or set address should reflect this in its addr_assign_type. Acked-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
93af735736
commit
252352cb5e
@ -2693,7 +2693,7 @@ static struct net_device *init_wifidev(struct airo_info *ai,
|
||||
dev->base_addr = ethdev->base_addr;
|
||||
dev->wireless_data = ethdev->wireless_data;
|
||||
SET_NETDEV_DEV(dev, ethdev->dev.parent);
|
||||
memcpy(dev->dev_addr, ethdev->dev_addr, dev->addr_len);
|
||||
eth_hw_addr_inherit(dev, ethdev);
|
||||
err = register_netdev(dev);
|
||||
if (err<0) {
|
||||
free_netdev(dev);
|
||||
|
Loading…
Reference in New Issue
Block a user