Commit 5b367378 authored by John W. Linville's avatar John W. Linville

iwmc3200wifi: support ETHTOOL_GPERMADDR

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 0adc23f5
......@@ -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);
......
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