From 0cff013580db09a2692976aa6bdb6ff1252c1072 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Thu, 26 Nov 2009 11:28:59 -0800 Subject: [PATCH] same bug as on the U2, found by Stephen Lai --- usrp/host/lib/db_xcvr2450.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usrp/host/lib/db_xcvr2450.cc b/usrp/host/lib/db_xcvr2450.cc index 72367286..ce9d1f4e 100644 --- a/usrp/host/lib/db_xcvr2450.cc +++ b/usrp/host/lib/db_xcvr2450.cc @@ -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); } -- 2.47.2