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

Commit 6ff88a64 authored by Hsu, Kenny's avatar Hsu, Kenny Committed by Wey-Yi Guy
Browse files

iwlagn: set default of uCode ownership to driver



The driver should take the ownership of the uCode as default setting
for later operations after interface up.

Signed-off-by: default avatarKenny Hsu <kenny.hsu@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 2c2def10
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2346,6 +2346,8 @@ int iwlagn_start_device(struct iwl_priv *priv)
{
	int ret;

	priv->ucode_owner = IWL_OWNERSHIP_DRIVER;

	if ((priv->cfg->sku & EEPROM_SKU_CAP_AMT_ENABLE) &&
	     iwl_prepare_card_hw(priv)) {
		IWL_WARN(priv, "Exit HW not ready\n");