summaryrefslogtreecommitdiff
path: root/usrp2
diff options
context:
space:
mode:
authorJohnathan Corgan2010-05-11 17:55:55 -0700
committerJohnathan Corgan2010-05-11 17:55:55 -0700
commitc76897abcbfe1c149bffd27fba0224d3ebc83503 (patch)
treef8463c32a28084c87ebc811de3d56a29a7f78082 /usrp2
parent81391dc8d76f4a665ca1b14ef3d094353084d829 (diff)
downloadgnuradio-c76897abcbfe1c149bffd27fba0224d3ebc83503.tar.gz
gnuradio-c76897abcbfe1c149bffd27fba0224d3ebc83503.tar.bz2
gnuradio-c76897abcbfe1c149bffd27fba0224d3ebc83503.zip
Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/firmware/lib/db_bitshark_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/firmware/lib/db_bitshark_rx.c b/usrp2/firmware/lib/db_bitshark_rx.c
index af17457b8..30d457f02 100644
--- a/usrp2/firmware/lib/db_bitshark_rx.c
+++ b/usrp2/firmware/lib/db_bitshark_rx.c
@@ -170,7 +170,7 @@ bitshark_rx_init(struct db_base *dbb)
straight-forward set_bw() method). Not sure why this is, but
for now, simply set the bandwidth once for the intended
application. */
- db->extra.set_bw(dbb, 20000); /* 20 MHz channel bw */
+ db->extra.set_bw(dbb, 25000); /* 25 MHz channel bw */
return true;
}