same bug as on the U2, found by Stephen Lai
authorMatt Ettus <matt@ettus.com>
Thu, 26 Nov 2009 19:28:59 +0000 (11:28 -0800)
committerMatt Ettus <matt@ettus.com>
Thu, 26 Nov 2009 19:28:59 +0000 (11:28 -0800)
usrp/host/lib/db_xcvr2450.cc

index 72367286caf721ecb16a958f7a542f610e2ae63f..ce9d1f4e8a9c8b173dc3058a5cce97ed7fe21f4b 100644 (file)
@@ -322,8 +322,8 @@ xcvr2450::set_reg_lpf()
 {
   d_reg_lpf = (
             (d_rssi_hbw<<15)  |
-            (d_txlpf_bw<<10)  |
-            (d_rxlpf_bw<<9)   |
+            (d_txlpf_bw<<9)  |
+            (d_rxlpf_bw<<7)   |
             (d_rxlpf_fine<<4) | 7);
   send_reg(d_reg_lpf);
 }