提交 6b416d05 编写于 作者: S Sujith Manoharan 提交者: John W. Linville

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

Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 0c7c2bb4
...@@ -883,9 +883,6 @@ ...@@ -883,9 +883,6 @@
#define AR_SREV_9330(_ah) \ #define AR_SREV_9330(_ah) \
(((_ah)->hw_version.macVersion == AR_SREV_VERSION_9330)) (((_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) \ #define AR_SREV_9330_11(_ah) \
(AR_SREV_9330((_ah)) && \ (AR_SREV_9330((_ah)) && \
((_ah)->hw_version.macRev == AR_SREV_REVISION_9330_11)) ((_ah)->hw_version.macRev == AR_SREV_REVISION_9330_11))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册