iwmc3200wifi: support ETHTOOL_GPERMADDR
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
0adc23f58e
commit
5b367378ee
1 changed files with 2 additions and 0 deletions
|
@ -637,6 +637,8 @@ static int __iwm_up(struct iwm_priv *iwm)
|
|||
IWM_ERR(iwm, "MAC reading failed\n");
|
||||
goto err_disable;
|
||||
}
|
||||
memcpy(iwm_to_ndev(iwm)->perm_addr, iwm_to_ndev(iwm)->dev_addr,
|
||||
ETH_ALEN);
|
||||
|
||||
/* We can load the FWs */
|
||||
ret = iwm_load_fw(iwm);
|
||||
|
|
Loading…
Reference in a new issue