From 905acdd7b3b96381d0de2da2c40a2014510b31cb Mon Sep 17 00:00:00 2001 From: Paul David Date: Mon, 9 May 2016 10:16:08 -0700 Subject: 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 --- host/lib/usrp/x300/x300_impl.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'host/lib/usrp/x300/x300_impl.hpp') 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 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); -- cgit v1.2.3