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

Commit 813831dc authored by Gabor Juhos's avatar Gabor Juhos Committed by John W. Linville
Browse files

ath9k: set MAC version for AR9550

parent a4e26081
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -342,6 +342,9 @@ static void ath9k_hw_read_revisions(struct ath_hw *ah)
		val = REG_READ(ah, AR_SREV);
		ah->hw_version.macRev = MS(val, AR_SREV_REVISION2);
		return;
	case AR9300_DEVID_QCA955X:
		ah->hw_version.macVersion = AR_SREV_VERSION_9550;
		return;
	}

	val = REG_READ(ah, AR_SREV) & AR_SREV_ID;