diff options
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index d49e48b9b037..6ae0df57468f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -2747,6 +2747,7 @@ static struct iwl_lib_ops iwl3945_lib = { | |||
2747 | .query_addr = iwlcore_eeprom_query_addr, | 2747 | .query_addr = iwlcore_eeprom_query_addr, |
2748 | }, | 2748 | }, |
2749 | .send_tx_power = iwl3945_send_tx_power, | 2749 | .send_tx_power = iwl3945_send_tx_power, |
2750 | .is_valid_rtc_data_addr = iwl3945_hw_valid_rtc_data_addr, | ||
2750 | }; | 2751 | }; |
2751 | 2752 | ||
2752 | static struct iwl_hcmd_utils_ops iwl3945_hcmd_utils = { | 2753 | static struct iwl_hcmd_utils_ops iwl3945_hcmd_utils = { |