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:
0c7c2bb
)
ath9k: Remove AR9330 v1.0 macro as it's not supported
author
Sujith Manoharan
<
[email protected]
>
Fri, 6 Dec 2013 10:58:51 +0000
(16:28 +0530)
committer
John W. Linville
<
[email protected]
>
Mon, 9 Dec 2013 20:38:01 +0000
(15:38 -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 259a4b3077077fa8d4e90625ea6a7fb362990489..9ad007312c9d4fa53b5c9365c3950f3fbfbb7a86 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/reg.h
+++ b/
drivers/net/wireless/ath/ath9k/reg.h
@@
-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))