diff options
author | Fry, Donald H <donald.h.fry@intel.com> | 2011-07-08 11:46:18 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-11 15:02:04 -0400 |
commit | e4c598b7ce36f4416f7672617265bc1fa92e5a5f (patch) | |
tree | 166df484e9e9ba56f0a435475b9d9a30ec353ce4 /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | 6b6db91c8aa14fa9bd041321026d69b9f6ea42ff (diff) |
iwlagn: remove the indirection for iwl_apm_init
Not needed since the driver split.
Signed-off-by: Don Fry <donald.h.fry@intel.com>
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 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index e1ab1a17e7f5..47cfbb9ddaf7 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -96,11 +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_apm_ops { | ||
100 | int (*init)(struct iwl_priv *priv); | ||
101 | void (*config)(struct iwl_priv *priv); | ||
102 | }; | ||
103 | |||
104 | struct iwl_temp_ops { | 99 | struct iwl_temp_ops { |
105 | void (*temperature)(struct iwl_priv *priv); | 100 | void (*temperature)(struct iwl_priv *priv); |
106 | }; | 101 | }; |
@@ -118,8 +113,8 @@ struct iwl_lib_ops { | |||
118 | int (*is_valid_rtc_data_addr)(u32 addr); | 113 | int (*is_valid_rtc_data_addr)(u32 addr); |
119 | int (*set_channel_switch)(struct iwl_priv *priv, | 114 | int (*set_channel_switch)(struct iwl_priv *priv, |
120 | struct ieee80211_channel_switch *ch_switch); | 115 | struct ieee80211_channel_switch *ch_switch); |
121 | /* power management */ | 116 | /* device specific configuration */ |
122 | struct iwl_apm_ops apm_ops; | 117 | void (*nic_config)(struct iwl_priv *priv); |
123 | 118 | ||
124 | /* eeprom operations (as defined in iwl-eeprom.h) */ | 119 | /* eeprom operations (as defined in iwl-eeprom.h) */ |
125 | struct iwl_eeprom_ops eeprom_ops; | 120 | struct iwl_eeprom_ops eeprom_ops; |