projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2397bb
)
ath9k_hw: Remove AR9485 1.0 macro
author
Sujith Manoharan
<
[email protected]
>
Wed, 26 Dec 2012 06:57:38 +0000
(12:27 +0530)
committer
John W. Linville
<
[email protected]
>
Mon, 7 Jan 2013 20:16:54 +0000
(15:16 -0500)
Signed-off-by: Sujith Manoharan <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath9k/reg.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/reg.h
b/drivers/net/wireless/ath/ath9k/reg.h
index ad3c82c091775a7011f7a0638da7522e15685c83..0ac205e4cd044790f3a65a9a902644cbeab561a4 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/reg.h
+++ b/
drivers/net/wireless/ath/ath9k/reg.h
@@
-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))