projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
openwrt: honour gcc extra configuration flags
[openwrt.git]
/
package
/
rt2x00
/
src
/
rt2500pci.h
diff --git
a/package/rt2x00/src/rt2500pci.h
b/package/rt2x00/src/rt2500pci.h
index
e695a57
..
c70bcb7
100644
(file)
--- a/
package/rt2x00/src/rt2500pci.h
+++ b/
package/rt2x00/src/rt2500pci.h
@@
-45,10
+45,11
@@
#define RT2560_VERSION_D 4
/*
#define RT2560_VERSION_D 4
/*
- *
Max RSSI value, required for RSSI <-> dBm convers
ion.
+ *
Signal informat
ion.
*/
*/
-#define MAX_RX_SSI
12
1
+#define MAX_RX_SSI
-
1
#define MAX_RX_NOISE -110
#define MAX_RX_NOISE -110
+#define DEFAULT_RSSI_OFFSET 121
/*
* Register layout information.
/*
* Register layout information.
@@
-1045,6
+1046,11
@@
#define BBP_R14_RX_ANTENNA FIELD8(0x03)
#define BBP_R14_RX_IQ_FLIP FIELD8(0x04)
#define BBP_R14_RX_ANTENNA FIELD8(0x03)
#define BBP_R14_RX_IQ_FLIP FIELD8(0x04)
+/*
+ * BBP_R70
+ */
+#define BBP_R70_JAPAN_FILTER FIELD8(0x08)
+
/*
* DMA descriptor defines.
*/
/*
* DMA descriptor defines.
*/
This page took
0.038521 seconds
and
4
git commands to generate.