From: Matt Ettus Date: Thu, 26 Nov 2009 19:28:59 +0000 (-0800) Subject: same bug as on the U2, found by Stephen Lai X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0cff013580db09a2692976aa6bdb6ff1252c1072;p=debian%2Fgnuradio same bug as on the U2, found by Stephen Lai --- 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); }