提交 5b367378 编写于 作者: J John W. Linville

iwmc3200wifi: support ETHTOOL_GPERMADDR

Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册