diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index ebb2fbce5365..39ede5727fe4 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -2413,6 +2413,13 @@ struct iwl_ct_kill_config { | |||
2413 | __le32 critical_temperature_R; | 2413 | __le32 critical_temperature_R; |
2414 | } __attribute__ ((packed)); | 2414 | } __attribute__ ((packed)); |
2415 | 2415 | ||
2416 | /* 1000, and 6x00 */ | ||
2417 | struct iwl_ct_kill_throttling_config { | ||
2418 | __le32 critical_temperature_exit; | ||
2419 | __le32 reserved; | ||
2420 | __le32 critical_temperature_enter; | ||
2421 | } __attribute__ ((packed)); | ||
2422 | |||
2416 | /****************************************************************************** | 2423 | /****************************************************************************** |
2417 | * (8) | 2424 | * (8) |
2418 | * Scan Commands, Responses, Notifications: | 2425 | * Scan Commands, Responses, Notifications: |