aboutsummaryrefslogtreecommitdiffstats
path: root/package/rt2x00/src/rt2500pci.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-08-07 09:12:49 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-08-07 09:12:49 +0000
commit5845db0c4474294335896501e7bef61c9cb56a4c (patch)
tree704340b18ee1594a3af47d6d525c3473edc42572 /package/rt2x00/src/rt2500pci.h
parente8e165989de334c8b2bd735f31b1b9f7009abcc6 (diff)
downloadmaster-187ad058-5845db0c4474294335896501e7bef61c9cb56a4c.tar.gz
master-187ad058-5845db0c4474294335896501e7bef61c9cb56a4c.tar.bz2
master-187ad058-5845db0c4474294335896501e7bef61c9cb56a4c.zip
Upgrade rt2x00 to a more recent snapshot, master mode now working, thanks to Daniel Gimpelevich
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8367 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2x00/src/rt2500pci.h')
-rw-r--r--package/rt2x00/src/rt2500pci.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/package/rt2x00/src/rt2500pci.h b/package/rt2x00/src/rt2500pci.h
index e695a57da5..c70bcb790b 100644
--- a/package/rt2x00/src/rt2500pci.h
+++ b/package/rt2x00/src/rt2500pci.h
@@ -45,10 +45,11 @@
#define RT2560_VERSION_D 4
/*
- * Max RSSI value, required for RSSI <-> dBm conversion.
+ * Signal information.
*/
-#define MAX_RX_SSI 121
+#define MAX_RX_SSI -1
#define MAX_RX_NOISE -110
+#define DEFAULT_RSSI_OFFSET 121
/*
* Register layout information.
@@ -1046,6 +1047,11 @@
#define BBP_R14_RX_IQ_FLIP FIELD8(0x04)
/*
+ * BBP_R70
+ */
+#define BBP_R70_JAPAN_FILTER FIELD8(0x08)
+
+/*
* DMA descriptor defines.
*/
#define TXD_DESC_SIZE ( 11 * sizeof(struct data_desc) )