summaryrefslogtreecommitdiff
path: root/usrp/host/lib/db_xcvr2450.cc
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/lib/db_xcvr2450.cc')
-rw-r--r--usrp/host/lib/db_xcvr2450.cc4
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);
}