summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormazzoo <mazzoo@8d8ab74c-27aa-4a3d-9bde-523a2bc1f624>2009-03-10 12:01:07 +0000
committermazzoo <mazzoo@8d8ab74c-27aa-4a3d-9bde-523a2bc1f624>2009-03-10 12:01:07 +0000
commit4819d4375e5f21abd575f3181df581213900c496 (patch)
treefec1c7d8bfff1c96d97609b774fec5b207d961d0
parenta9fe875033704b55c06fee64feb624f4f602dd2f (diff)
driver/radio: improved type III support
git-svn-id: https://dedected.org/svn/trunk@86 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
-rw-r--r--com-on-air_cs-linux/sc14421_sniffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/com-on-air_cs-linux/sc14421_sniffer.c b/com-on-air_cs-linux/sc14421_sniffer.c
index 302d6df..b781f22 100644
--- a/com-on-air_cs-linux/sc14421_sniffer.c
+++ b/com-on-air_cs-linux/sc14421_sniffer.c
@@ -31,7 +31,7 @@ unsigned char radio_II_chan[] = {0x54,0x80,0x09/* patch */,0xa0,0x00,0x00};
/* rf register type III card */
/* LMX3161 Single Chip Radio Transceiver, National Semiconductors */
-unsigned char radio_III_chan[] = {0x32, 0x20,0x28, 0x01,0xc1,0x1b};
+unsigned char radio_III_chan[] = {0x32, 0x20,0x28, 0x0d,0x41,0x1b};
/* LSB | | |
* |C1=0| C1=0 | C1=1
* |C2=1| C2=0 | C2=1 (X)
@@ -46,7 +46,7 @@ unsigned char radio_III_chan[] = {0x32, 0x20,0x28, 0x01,0xc1,0x1b};
* | | | F10 =0 pin 23 low
* | | | F11-F12: power down SW controlled
* | | | F13 =1 high demod out gain
- * | | | F14-F18: +1V DC offset
+ * | | | F14-F18: -1.625V DC offset
* MSB | | |
*/