mirror of https://gitee.com/openkylin/linux.git
iwlwifi-5000: use iwl4965_set_pwr_src in 5000
This patch makes use of iwl4965_set_pwr_src in 5000 HW family Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
30d59260d5
commit
88acbd3b32
|
@ -95,6 +95,7 @@ static struct iwl_hcmd_utils_ops iwl5000_hcmd_utils = {
|
|||
static struct iwl_lib_ops iwl5000_lib = {
|
||||
.apm_ops = {
|
||||
.init = iwl5000_apm_init,
|
||||
.set_pwr_src = iwl4965_set_pwr_src,
|
||||
},
|
||||
.eeprom_ops = {
|
||||
.verify_signature = iwlcore_eeprom_verify_signature,
|
||||
|
|
Loading…
Reference in New Issue