a4640eddce
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.