diff options
author | Matt Ettus | 2009-11-26 11:28:59 -0800 |
---|---|---|
committer | Matt Ettus | 2009-11-26 11:28:59 -0800 |
commit | 0cff013580db09a2692976aa6bdb6ff1252c1072 (patch) | |
tree | 4894703cb7371baa0e9f82de0d8f812ab904592b /usrp/host/lib/db_xcvr2450.cc | |
parent | 770ee2b2b3e53f9b4d4e1d09bbf2c87b579ba4c4 (diff) | |
download | gnuradio-0cff013580db09a2692976aa6bdb6ff1252c1072.tar.gz gnuradio-0cff013580db09a2692976aa6bdb6ff1252c1072.tar.bz2 gnuradio-0cff013580db09a2692976aa6bdb6ff1252c1072.zip |
same bug as on the U2, found by Stephen Lai
Diffstat (limited to 'usrp/host/lib/db_xcvr2450.cc')
-rw-r--r-- | usrp/host/lib/db_xcvr2450.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp/host/lib/db_xcvr2450.cc b/usrp/host/lib/db_xcvr2450.cc index 72367286c..ce9d1f4e8 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); } |