aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-11 17:57:59 -0800
committerJosh Blum <josh@joshknows.com>2010-11-11 17:57:59 -0800
commit258d9bb45fbe7a0fa246f860eee7bf3e3b978fe3 (patch)
tree68bb69d2b8500ba9b7c3526a7953902aa78795e0 /host/lib/usrp/usrp2/usrp2_impl.cpp
parent476afe68f5c37a3e10a1208b0150732d7770a023 (diff)
downloaduhd-258d9bb45fbe7a0fa246f860eee7bf3e3b978fe3.tar.gz
uhd-258d9bb45fbe7a0fa246f860eee7bf3e3b978fe3.tar.bz2
uhd-258d9bb45fbe7a0fa246f860eee7bf3e3b978fe3.zip
usrp-n: populated name properties to use the generated cname from iface
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp
index 01a753d9e..42fe9c018 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.cpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.cpp
@@ -214,8 +214,8 @@ void usrp2_impl::get(const wax::obj &key_, wax::obj &val){
//handle the get request conditioned on the key
switch(key.as<device_prop_t>()){
case DEVICE_PROP_NAME:
- if (_mboards.size() > 1) val = std::string("usrp2 mimo device");
- else val = std::string("usrp2 device");
+ if (_mboards.size() > 1) val = std::string("USRP-NXXX mimo device");
+ else val = std::string("USRP-NXXX device");
return;
case DEVICE_PROP_MBOARD: