iwlwifi-5000: rename iwl5000_init_nic to iwl5000_init_config
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
a55360e458
commit
5a835353fb
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ static int iwl5000_apm_init(struct iwl_priv *priv)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void iwl5000_nic_init(struct iwl_priv *priv)
|
static void iwl5000_nic_config(struct iwl_priv *priv)
|
||||||
{
|
{
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
u16 radio_cfg;
|
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,
|
.txq_update_byte_cnt_tbl = iwl5000_txq_update_byte_cnt_tbl,
|
||||||
.apm_ops = {
|
.apm_ops = {
|
||||||
.init = iwl5000_apm_init,
|
.init = iwl5000_apm_init,
|
||||||
.config = iwl5000_nic_init,
|
.config = iwl5000_nic_config,
|
||||||
.set_pwr_src = iwl4965_set_pwr_src,
|
.set_pwr_src = iwl4965_set_pwr_src,
|
||||||
},
|
},
|
||||||
.eeprom_ops = {
|
.eeprom_ops = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue