Commit cf32ed92 authored by John W. Linville's avatar John W. Linville

orinoco: support ETHTOOL_GPERMADDR

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5e5eab5d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment