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

Commit 5a835353 authored by Ron Rindjunsky's avatar Ron Rindjunsky Committed by John W. Linville
Browse files

iwlwifi-5000: rename iwl5000_init_nic to iwl5000_init_config

parent a55360e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ static int iwl5000_apm_init(struct iwl_priv *priv)
	return ret;
}

static void iwl5000_nic_init(struct iwl_priv *priv)
static void iwl5000_nic_config(struct iwl_priv *priv)
{
	unsigned long flags;
	u16 radio_cfg;
@@ -439,7 +439,7 @@ static struct iwl_lib_ops iwl5000_lib = {
	.txq_update_byte_cnt_tbl = iwl5000_txq_update_byte_cnt_tbl,
	.apm_ops = {
		.init =	iwl5000_apm_init,
		.config = iwl5000_nic_init,
		.config = iwl5000_nic_config,
		.set_pwr_src = iwl4965_set_pwr_src,
	},
	.eeprom_ops = {