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

Commit feed029c authored by Sujith's avatar Sujith Committed by John W. Linville
Browse files

ath9k: Fix typo in checking for chip revision

parent e374055a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -267,7 +267,7 @@ static int ath9k_hw_get_radiorev(struct ath_hal *ah)

static void ath9k_hw_disablepcie(struct ath_hal *ah)
{
	if (!AR_SREV_9100(ah))
	if (AR_SREV_9100(ah))
		return;

	REG_WRITE(ah, AR_PCIE_SERDES, 0x9248fc00);