Skip to content
Snippets Groups Projects
Commit 5b367378 authored by John W. Linville's avatar John W. Linville
Browse files

iwmc3200wifi: support ETHTOOL_GPERMADDR

parent 0adc23f5
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment