mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 00:20:06 +00:00
orinoco: support ETHTOOL_GPERMADDR
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
5e5eab5dd4
commit
cf32ed9243
@ -2225,6 +2225,7 @@ int orinoco_if_add(struct orinoco_private *priv,
|
||||
netif_carrier_off(dev);
|
||||
|
||||
memcpy(dev->dev_addr, wiphy->perm_addr, ETH_ALEN);
|
||||
memcpy(dev->perm_addr, wiphy->perm_addr, ETH_ALEN);
|
||||
|
||||
dev->base_addr = base_addr;
|
||||
dev->irq = irq;
|
||||
|
Loading…
x
Reference in New Issue
Block a user