|
@@ -264,10 +264,7 @@ static struct iwl_lib_ops iwl6000_lib = {
|
|
|
.setup_deferred_work = iwlagn_setup_deferred_work,
|
|
|
.is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr,
|
|
|
.set_channel_switch = iwl6000_hw_channel_switch,
|
|
|
- .apm_ops = {
|
|
|
- .init = iwl_apm_init,
|
|
|
- .config = iwl6000_nic_config,
|
|
|
- },
|
|
|
+ .nic_config = iwl6000_nic_config,
|
|
|
.eeprom_ops = {
|
|
|
.regulatory_bands = {
|
|
|
EEPROM_REG_BAND_1_CHANNELS,
|
|
@@ -293,10 +290,7 @@ static struct iwl_lib_ops iwl6030_lib = {
|
|
|
.cancel_deferred_work = iwlagn_bt_cancel_deferred_work,
|
|
|
.is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr,
|
|
|
.set_channel_switch = iwl6000_hw_channel_switch,
|
|
|
- .apm_ops = {
|
|
|
- .init = iwl_apm_init,
|
|
|
- .config = iwl6000_nic_config,
|
|
|
- },
|
|
|
+ .nic_config = iwl6000_nic_config,
|
|
|
.eeprom_ops = {
|
|
|
.regulatory_bands = {
|
|
|
EEPROM_REG_BAND_1_CHANNELS,
|