diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-2000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-2000.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-2000.c b/drivers/net/wireless/iwlwifi/iwl-2000.c index 28559941d26e..b2b054f6cd69 100644 --- a/drivers/net/wireless/iwlwifi/iwl-2000.c +++ b/drivers/net/wireless/iwlwifi/iwl-2000.c | |||
@@ -184,9 +184,7 @@ static struct iwl_lib_ops iwl2000_lib = { | |||
184 | }, | 184 | }, |
185 | .update_enhanced_txpower = iwlcore_eeprom_enhanced_txpower, | 185 | .update_enhanced_txpower = iwlcore_eeprom_enhanced_txpower, |
186 | }, | 186 | }, |
187 | .temp_ops = { | 187 | .temperature = iwlagn_temperature, |
188 | .temperature = iwlagn_temperature, | ||
189 | }, | ||
190 | }; | 188 | }; |
191 | 189 | ||
192 | static const struct iwl_ops iwl2000_ops = { | 190 | static const struct iwl_ops iwl2000_ops = { |