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

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

ath9k_hw: Remove AR9485 1.0 macro

parent c2397bb0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -884,9 +884,6 @@

#define AR_SREV_9485(_ah) \
	(((_ah)->hw_version.macVersion == AR_SREV_VERSION_9485))
#define AR_SREV_9485_10(_ah) \
	(AR_SREV_9485(_ah) && \
	 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9485_10))
#define AR_SREV_9485_11(_ah) \
	(AR_SREV_9485(_ah) && \
	 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9485_11))