Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88e641df authored by Gabor Juhos's avatar Gabor Juhos Committed by John W. Linville
Browse files

ath9k: use different BB watchdog timeout value for AR9330

parent a5415d62
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -615,6 +615,9 @@ static int __ath9k_hw_init(struct ath_hw *ah)
	else
		ah->tx_trig_level = (AR_FTRIG_512B >> AR_FTRIG_S);

	if (AR_SREV_9330(ah))
		ah->bb_watchdog_timeout_ms = 85;
	else
		ah->bb_watchdog_timeout_ms = 25;

	common->state = ATH_HW_INITIALIZED;