summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-12-22 19:49:37 -0800
committerJosh Blum <josh@joshknows.com>2010-12-22 19:49:37 -0800
commit60e7e634a2c50f7b19f266b636a9d97aa704dd24 (patch)
treeb31cf2889200896a9d8b90b684a14826ca42d281 /host/lib/usrp
parentaebd62b626a8910f5ca92694b56162940f9a09fa (diff)
downloaduhd-60e7e634a2c50f7b19f266b636a9d97aa704dd24.tar.gz
uhd-60e7e634a2c50f7b19f266b636a9d97aa704dd24.tar.bz2
uhd-60e7e634a2c50f7b19f266b636a9d97aa704dd24.zip
usrp2: print mimo master/slave mode on init
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/usrp2/mboard_impl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp
index 72d1c9d03..4dcc45fd3 100644
--- a/host/lib/usrp/usrp2/mboard_impl.cpp
+++ b/host/lib/usrp/usrp2/mboard_impl.cpp
@@ -140,6 +140,8 @@ usrp2_mboard_impl::usrp2_mboard_impl(
else {
_mimo_clocking_mode_is_master = bool(_iface->peek32(_iface->regs.status) & (1 << 8));
}
+ std::cout << boost::format("mboard%d MIMO %s") % _index %
+ (_mimo_clocking_mode_is_master?"master":"slave") << std::endl;
init_clock_config();
//init the codec before the dboard