diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2012-01-08 14:19:45 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-02-02 17:37:12 -0500 |
commit | f6d0e9be6580ba607f730d7e056518c95a864601 (patch) | |
tree | 3f34b23e26c34350ed042b6ea9b83270bca44876 /drivers/net/wireless/iwlwifi/iwl-trans.h | |
parent | af634bee8c4a15629da5e114c491acb8ee50e1e9 (diff) |
iwlwifi: kill bus_is_pm_supported
Get this information from the transport layer which is now in charge
of the APM too.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-trans.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-trans.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans.h b/drivers/net/wireless/iwlwifi/iwl-trans.h index 4d1ae65b68ed..7f6963ffa7ca 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans.h | |||
@@ -239,6 +239,7 @@ struct iwl_calib_result { | |||
239 | * @ucode_init: init ucode image | 239 | * @ucode_init: init ucode image |
240 | * @ucode_wowlan: wake on wireless ucode image (optional) | 240 | * @ucode_wowlan: wake on wireless ucode image (optional) |
241 | * @nvm_device_type: indicates OTP or eeprom | 241 | * @nvm_device_type: indicates OTP or eeprom |
242 | * @pm_support: set to true in start_hw if link pm is supported | ||
242 | * @calib_results: list head for init calibration results | 243 | * @calib_results: list head for init calibration results |
243 | */ | 244 | */ |
244 | struct iwl_trans { | 245 | struct iwl_trans { |
@@ -257,6 +258,7 @@ struct iwl_trans { | |||
257 | 258 | ||
258 | /* eeprom related variables */ | 259 | /* eeprom related variables */ |
259 | int nvm_device_type; | 260 | int nvm_device_type; |
261 | bool pm_support; | ||
260 | 262 | ||
261 | /* init calibration results */ | 263 | /* init calibration results */ |
262 | struct list_head calib_results; | 264 | struct list_head calib_results; |