same bug as on the U2, found by Stephen Lai

This commit is contained in:
Matt Ettus 2009-11-26 11:28:59 -08:00
parent bfc5222183
commit 0d989b33d7
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}