Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

iwmc3200wifi: support ETHTOOL_GPERMADDR

parent 0adc23f5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);