set antenna defaults to 0
[debian/gnuradio] / 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);
 }