diff options
| author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-12-06 05:58:51 -0500 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2013-12-09 15:38:01 -0500 |
| commit | 6b416d0511153916a140feeabe58cd5443c97fd8 (patch) | |
| tree | 8ce072be87c97da6d7fbc56ca4e861f6041e67c1 | |
| parent | 0c7c2bb4daebb23b08b86c24fe70189c3c049f78 (diff) | |
ath9k: Remove AR9330 v1.0 macro as it's not supported
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/reg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/reg.h b/drivers/net/wireless/ath/ath9k/reg.h index 259a4b307707..9ad007312c9d 100644 --- a/drivers/net/wireless/ath/ath9k/reg.h +++ b/drivers/net/wireless/ath/ath9k/reg.h | |||
| @@ -883,9 +883,6 @@ | |||
| 883 | 883 | ||
| 884 | #define AR_SREV_9330(_ah) \ | 884 | #define AR_SREV_9330(_ah) \ |
| 885 | (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9330)) | 885 | (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9330)) |
| 886 | #define AR_SREV_9330_10(_ah) \ | ||
| 887 | (AR_SREV_9330((_ah)) && \ | ||
| 888 | ((_ah)->hw_version.macRev == AR_SREV_REVISION_9330_10)) | ||
| 889 | #define AR_SREV_9330_11(_ah) \ | 886 | #define AR_SREV_9330_11(_ah) \ |
| 890 | (AR_SREV_9330((_ah)) && \ | 887 | (AR_SREV_9330((_ah)) && \ |
| 891 | ((_ah)->hw_version.macRev == AR_SREV_REVISION_9330_11)) | 888 | ((_ah)->hw_version.macRev == AR_SREV_REVISION_9330_11)) |
