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

Commit 6b416d05 authored by Sujith Manoharan's avatar Sujith Manoharan Committed by John W. Linville
Browse files

ath9k: Remove AR9330 v1.0 macro as it's not supported

parent 0c7c2bb4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -883,9 +883,6 @@

#define AR_SREV_9330(_ah) \
	(((_ah)->hw_version.macVersion == AR_SREV_VERSION_9330))
#define AR_SREV_9330_10(_ah) \
	(AR_SREV_9330((_ah)) && \
	 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9330_10))
#define AR_SREV_9330_11(_ah) \
	(AR_SREV_9330((_ah)) && \
	 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9330_11))