openwrt: honour gcc extra configuration flags
[openwrt.git] / package / rt2x00 / src / rt2500pci.h
index e695a57..c70bcb7 100644 (file)
 #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.
 #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.
  */
This page took 0.024091 seconds and 4 git commands to generate.