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

Commit 0b794d63 authored by Ron Rindjunsky's avatar Ron Rindjunsky Committed by John W. Linville
Browse files

iwlwifi: remove iwl4965_nic_start function



This patch moves the contant of iwl4965_nic_start to the only place it is
being used.

Signed-off-by: default avatarRon Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 02883017
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -3958,13 +3958,6 @@ static void iwl4965_dealloc_ucode_pci(struct iwl_priv *priv)
	iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
}

static void iwl4965_nic_start(struct iwl_priv *priv)
{
	/* Remove all resets to allow NIC to operate */
	iwl_write32(priv, CSR_RESET, 0);
}


/**
 * iwl4965_read_ucode - Read uCode images from disk file.
 *
@@ -4454,7 +4447,8 @@ static int __iwl4965_up(struct iwl_priv *priv)
		}

		/* start card; "initialize" will load runtime ucode */
		iwl4965_nic_start(priv);
		/* Remove all resets to allow NIC to operate */
		iwl_write32(priv, CSR_RESET, 0);

		IWL_DEBUG_INFO(DRV_NAME " is coming up\n");