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:
6d5cfc9
)
bcma: fix typo - reading number of slave wrappers
author
Rafał Miłecki
<zajec5@gmail.com>
Wed, 11 Jul 2012 06:37:23 +0000
(08:37 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 12 Jul 2012 19:27:17 +0000
(15:27 -0400)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/scan.h
patch
|
blob
|
history
diff --git
a/drivers/bcma/scan.h
b/drivers/bcma/scan.h
index 113e6a66884c4e0d96a638e25db62d7f7c3eea63..30eb475e4d195e75d17d79b635181fa1ef87f00f 100644
(file)
--- a/
drivers/bcma/scan.h
+++ b/
drivers/bcma/scan.h
@@
-27,7
+27,7
@@
#define SCAN_CIB_NMW 0x0007C000
#define SCAN_CIB_NMW_SHIFT 14
#define SCAN_CIB_NSW 0x00F80000
-#define SCAN_CIB_NSW_SHIFT 1
7
+#define SCAN_CIB_NSW_SHIFT 1
9
#define SCAN_CIB_REV 0xFF000000
#define SCAN_CIB_REV_SHIFT 24