diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index bec5f8c6841..89e1477b514 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -1487,6 +1487,7 @@ struct iwl_lib_ops iwl5000_lib = { | |||
1487 | .query_addr = iwl5000_eeprom_query_addr, | 1487 | .query_addr = iwl5000_eeprom_query_addr, |
1488 | }, | 1488 | }, |
1489 | .post_associate = iwl_post_associate, | 1489 | .post_associate = iwl_post_associate, |
1490 | .isr = iwl_isr_ict, | ||
1490 | .config_ap = iwl_config_ap, | 1491 | .config_ap = iwl_config_ap, |
1491 | .temp_ops = { | 1492 | .temp_ops = { |
1492 | .temperature = iwl5000_temperature, | 1493 | .temperature = iwl5000_temperature, |
@@ -1536,6 +1537,7 @@ static struct iwl_lib_ops iwl5150_lib = { | |||
1536 | .query_addr = iwl5000_eeprom_query_addr, | 1537 | .query_addr = iwl5000_eeprom_query_addr, |
1537 | }, | 1538 | }, |
1538 | .post_associate = iwl_post_associate, | 1539 | .post_associate = iwl_post_associate, |
1540 | .isr = iwl_isr_ict, | ||
1539 | .config_ap = iwl_config_ap, | 1541 | .config_ap = iwl_config_ap, |
1540 | .temp_ops = { | 1542 | .temp_ops = { |
1541 | .temperature = iwl5150_temperature, | 1543 | .temperature = iwl5150_temperature, |