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:
0358bc2
)
mac80211: fix ADM8211_SYNCTL_RFtype define
author
Roel Kluin
<
[email protected]
>
Tue, 6 Oct 2009 12:33:14 +0000
(14:33 +0200)
committer
John W. Linville
<
[email protected]
>
Wed, 7 Oct 2009 20:33:51 +0000
(16:33 -0400)
A logical of shifts to the left doesn't make sense.
Signed-off-by: Roel Kluin <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/adm8211.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/adm8211.h
b/drivers/net/wireless/adm8211.h
index 4f6ab1322189805660e99b0e5b3bc3acf2fba9d8..b07e4d3a6b4dda728ec598ae2689d180887556fe 100644
(file)
--- a/
drivers/net/wireless/adm8211.h
+++ b/
drivers/net/wireless/adm8211.h
@@
-266,7
+266,7
@@
do { \
#define ADM8211_SYNCTL_CS1 (1 << 28)
#define ADM8211_SYNCTL_CAL (1 << 27)
#define ADM8211_SYNCTL_SELCAL (1 << 26)
-#define ADM8211_SYNCTL_RFtype ((1 << 24) |
| (1 << 23) |
| (1 << 22))
+#define ADM8211_SYNCTL_RFtype ((1 << 24) |
(1 << 23)
| (1 << 22))
#define ADM8211_SYNCTL_RFMD (1 << 22)
#define ADM8211_SYNCTL_GENERAL (0x7 << 22)
/* SYNCTL 21:0 Data (Si4126: 18-bit data, 4-bit address) */