iwlwifi: mvm: add thermal throttling and CT kill
In order to avoid NIC destruction due to high temperature, CT kill will power down the NIC. To avoid this, thermal throttling will decrease throughput to prevent the NIC from reaching the temperature at which CT kill is performed. Signed-off-by: Eytan Lifshitz <eytan.lifshitz@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:

committed by
Johannes Berg

parent
f68d18f202
commit
9ee718aa92
@@ -390,4 +390,9 @@ extern int iwl_mvm_rate_control_register(void);
|
||||
*/
|
||||
extern void iwl_mvm_rate_control_unregister(void);
|
||||
|
||||
struct iwl_mvm_sta;
|
||||
|
||||
int iwl_mvm_tx_protection(struct iwl_mvm *mvm, struct iwl_lq_cmd *lq,
|
||||
struct iwl_mvm_sta *mvmsta, bool enable);
|
||||
|
||||
#endif /* __rs__ */
|
||||
|
Reference in New Issue
Block a user