aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-04-09 12:39:37 -0700
committerMartin Braun <martin.braun@ettus.com>2018-04-10 10:24:10 -0700
commitfbd491862528d19f840dc3a6ab0a95ca1f95d2c4 (patch)
tree8240462b534cbccf3b44d94f694f5445d2c27b0d /host/lib
parentd107f0e7758fdea7a0b76a02c83cb33f760b66b0 (diff)
downloaduhd-fbd491862528d19f840dc3a6ab0a95ca1f95d2c4.tar.gz
uhd-fbd491862528d19f840dc3a6ab0a95ca1f95d2c4.tar.bz2
uhd-fbd491862528d19f840dc3a6ab0a95ca1f95d2c4.zip
docs: Clarify that the magnesium/ dboard driver is used for N310/N300
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp
index 27c5db240..48414cd5b 100644
--- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp
+++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp
@@ -4,6 +4,10 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
+//
+// Driver for the N310/N300 daughterboard ("Magnesium")
+//
+
#ifndef INCLUDED_LIBUHD_RFNOC_MAGNESIUM_RADIO_CTRL_IMPL_HPP
#define INCLUDED_LIBUHD_RFNOC_MAGNESIUM_RADIO_CTRL_IMPL_HPP
@@ -22,7 +26,9 @@
namespace uhd {
namespace rfnoc {
-/*! \brief Provide access to an Magnesium radio.
+/*! \brief RFNoC block / daughterboard driver for a "Magnesium" daughterboard.
+ *
+ * This daughterboard is used on the USRP N310 and N300.
*/
class magnesium_radio_ctrl_impl : public radio_ctrl_impl, public rpc_block_ctrl
{