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

Commit e6799cc2 authored by Vasanthakumar Thiagarajan's avatar Vasanthakumar Thiagarajan Committed by John W. Linville
Browse files

ath9k: Fix typo in chip version check

parent 5f936f11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2255,7 +2255,7 @@ int ath9k_hw_reset(struct ath_hal *ah, struct ath9k_channel *chan,
		return -EINVAL;
	}

	if (AR_SREV_9280(ah)) {
	if (AR_SREV_9280_10_OR_LATER(ah)) {
		REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL,
			    AR_GPIO_JTAG_DISABLE);