summaryrefslogtreecommitdiff
path: root/usrp/host/lib
diff options
context:
space:
mode:
authorMatt Ettus2009-09-04 10:29:00 -0700
committerMatt Ettus2009-09-04 10:29:00 -0700
commite103e18f8b8111cd07edc2bb0294aa58a426e371 (patch)
tree429d96819fc8b04c965eda3a0c2b93f2e94f9080 /usrp/host/lib
parent5965a434d0923738d49334eb5f3d74a259e7b431 (diff)
parent20006003431d7260b04964eb684b1746ffb0a85f (diff)
downloadgnuradio-e103e18f8b8111cd07edc2bb0294aa58a426e371.tar.gz
gnuradio-e103e18f8b8111cd07edc2bb0294aa58a426e371.tar.bz2
gnuradio-e103e18f8b8111cd07edc2bb0294aa58a426e371.zip
Merge branch 'master' into new_eth
Diffstat (limited to 'usrp/host/lib')
-rw-r--r--usrp/host/lib/db_flexrf.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/usrp/host/lib/db_flexrf.cc b/usrp/host/lib/db_flexrf.cc
index a8f4684b5..2d2bfabbb 100644
--- a/usrp/host/lib/db_flexrf.cc
+++ b/usrp/host/lib/db_flexrf.cc
@@ -668,7 +668,7 @@ _2400_common::freq_min()
double
_2400_common::freq_max()
{
- return 2700e6;
+ return 2900e6;
}
//----------------------------------------------------------------------
@@ -700,7 +700,7 @@ _1200_common::freq_min()
double
_1200_common::freq_max()
{
- return 1350e6;
+ return 1450e6;
}
//-------------------------------------------------------------------------
@@ -726,13 +726,13 @@ _1800_common::_1800_common()
double
_1800_common::freq_min()
{
- return 1600e6;
+ return 1500e6;
}
double
_1800_common::freq_max()
{
- return 2000e6;
+ return 2100e6;
}
//-------------------------------------------------------------------------
@@ -758,13 +758,13 @@ _900_common::_900_common()
double
_900_common::freq_min()
{
- return 800e6;
+ return 750e6;
}
double
_900_common::freq_max()
{
- return 1000e6;
+ return 1050e6;
}
//-------------------------------------------------------------------------