Files
RedBear-OS/local
vasilito a4640eddce iwlwifi: thermal management — CT-KILL + TX backoff from Linux 7.1 tt.c
Ported thermal throttling algorithm from Linux 7.1 mvm/tt.c.
Default parameters from iwl_mvm_default_tt_params:
  CT-KILL entry 118degC, exit 96degC, duration 5s
  TX backoff: 200us@112degC → 10000us@117degC (6 steps)
  SMPS entry 114degC, TX protection entry 114degC

Functions: rb_iwl_mvm_tt_init, rb_iwl_mvm_tt_temp_notif (DTS notification),
rb_iwl_mvm_tt_ct_kill_notif (firmware CT-KILL notification).
Wired into transport as tt_mgmt. When temperature exceeds CT-KILL entry,
driver stops TX. TX backoff reduces duty cycle proportionally.

Live BE201 reference: 50degC idle — well below throttling thresholds.
2026-07-08 15:19:42 +03:00
..
2026-07-05 22:29:19 +03:00
2026-07-08 15:05:03 +03:00