projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
drop the '0' default in config_get_bool
[openwrt.git]
/
package
/
rt2x00
/
src
/
rt2400pci.h
diff --git
a/package/rt2x00/src/rt2400pci.h
b/package/rt2x00/src/rt2400pci.h
index
097f4c9
..
10fe488
100644
(file)
--- a/
package/rt2x00/src/rt2400pci.h
+++ b/
package/rt2x00/src/rt2400pci.h
@@
-34,10
+34,11
@@
#define RF2421 0x0001
/*
#define RF2421 0x0001
/*
- *
Max RSSI value, required for RSSI <-> dBm convers
ion.
+ *
Signal informat
ion.
*/
*/
-#define MAX_RX_SSI
100
+#define MAX_RX_SSI
-1
#define MAX_RX_NOISE -110
#define MAX_RX_NOISE -110
+#define DEFAULT_RSSI_OFFSET 100
/*
* Register layout information.
/*
* Register layout information.
This page took
0.028867 seconds
and
4
git commands to generate.