Skip to content

Commit c09396e

Browse files
Felix FietkauKalle Valo
authored andcommitted
ath9k: disable TPC support again (for now)
TPC support has been observed to cause some tx power fluctuations on some devices with at least AR934x and AR938x chips. Disable it for now until the bugs have been found and fixed Signed-off-by: Felix Fietkau <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent 1cf48f2 commit c09396e

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ath/ath9k

1 file changed

+1
-1
lines changed

drivers/net/wireless/ath/ath9k/hw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ static void ath9k_hw_init_defaults(struct ath_hw *ah)
424424
ah->power_mode = ATH9K_PM_UNDEFINED;
425425
ah->htc_reset_init = true;
426426

427-
ah->tpc_enabled = true;
427+
ah->tpc_enabled = false;
428428

429429
ah->ani_function = ATH9K_ANI_ALL;
430430
if (!AR_SREV_9300_20_OR_LATER(ah))

0 commit comments

Comments
 (0)