summaryrefslogtreecommitdiff
path: root/usrp2/firmware/lib/db_xcvr2450.c
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/firmware/lib/db_xcvr2450.c')
-rw-r--r--usrp2/firmware/lib/db_xcvr2450.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/firmware/lib/db_xcvr2450.c b/usrp2/firmware/lib/db_xcvr2450.c
index ffdf8d660..a48af9035 100644
--- a/usrp2/firmware/lib/db_xcvr2450.c
+++ b/usrp2/firmware/lib/db_xcvr2450.c
@@ -250,8 +250,8 @@ static void
set_reg_lpf(struct db_xcvr2450_dummy *db){
int reg_lpf = (
(db->common->d_rssi_hbw<<15) |
- (db->common->d_txlpf_bw<<10) |
- (db->common->d_rxlpf_bw<<9) |
+ (db->common->d_txlpf_bw<<9) |
+ (db->common->d_rxlpf_bw<<7) |
(db->common->d_rxlpf_fine<<4) | 7);
send_reg(reg_lpf);
}