diff options
author | Paul David <paul.david@ettus.com> | 2016-05-09 10:16:08 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-05-13 11:52:35 -0700 |
commit | 905acdd7b3b96381d0de2da2c40a2014510b31cb (patch) | |
tree | eb448ab76656e88308164107de57b1ea52da0d95 /host/lib/usrp/x300/x300_impl.hpp | |
parent | 07eaf13365e18c4a2e1b98d82ca7e0ed33b219fe (diff) | |
download | uhd-905acdd7b3b96381d0de2da2c40a2014510b31cb.tar.gz uhd-905acdd7b3b96381d0de2da2c40a2014510b31cb.tar.bz2 uhd-905acdd7b3b96381d0de2da2c40a2014510b31cb.zip |
x300: Fixed false link capacity warning and cleaned up some code
- Fixed an issue where 10GE on the HGS image presented a false warning for the link capacity
- Removed some unnecessary variables after cleanup
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index f7e33ec70..b5bbbe136 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -227,7 +227,6 @@ private: bool initialization_done; uhd::task::sptr claimer_task; std::string xport_path; - int router_dst_here; std::vector<x300_eth_conn_t> eth_conns; @@ -312,7 +311,6 @@ private: boost::uint8_t router_addr_there; boost::uint8_t dst_prefix; //2bits boost::uint8_t router_dst_there; - boost::uint8_t router_dst_here; x300_eth_iface_t iface_index; }; boost::uint32_t allocate_sid(mboard_members_t &mb, const sid_config_t &config); |