diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-07-08 11:46:20 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-11 15:02:05 -0400 |
commit | 909fc3cba374560ada33a7dc3ab242d0f1d2a135 (patch) | |
tree | cd30b26dd463c0c6df2c8180399ad6ff5e5ff33c /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | 70e3e8a6e831bf58a7eb98187c186221f01d5b64 (diff) |
iwlagn: remove double level temperature indirect call
No need to do double level indirect call after driver split
no functional changes
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 47cfbb9ddaf7..2e3ea55cea77 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -96,10 +96,6 @@ struct iwl_hcmd_utils_ops { | |||
96 | int (*request_scan)(struct iwl_priv *priv, struct ieee80211_vif *vif); | 96 | int (*request_scan)(struct iwl_priv *priv, struct ieee80211_vif *vif); |
97 | }; | 97 | }; |
98 | 98 | ||
99 | struct iwl_temp_ops { | ||
100 | void (*temperature)(struct iwl_priv *priv); | ||
101 | }; | ||
102 | |||
103 | struct iwl_lib_ops { | 99 | struct iwl_lib_ops { |
104 | /* set hw dependent parameters */ | 100 | /* set hw dependent parameters */ |
105 | int (*set_hw_params)(struct iwl_priv *priv); | 101 | int (*set_hw_params)(struct iwl_priv *priv); |
@@ -120,7 +116,7 @@ struct iwl_lib_ops { | |||
120 | struct iwl_eeprom_ops eeprom_ops; | 116 | struct iwl_eeprom_ops eeprom_ops; |
121 | 117 | ||
122 | /* temperature */ | 118 | /* temperature */ |
123 | struct iwl_temp_ops temp_ops; | 119 | void (*temperature)(struct iwl_priv *priv); |
124 | }; | 120 | }; |
125 | 121 | ||
126 | /* NIC specific ops */ | 122 | /* NIC specific ops */ |