summaryrefslogtreecommitdiff
path: root/usrp/host
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host')
-rw-r--r--usrp/host/include/usrp/db_wbxng.h6
-rw-r--r--usrp/host/lib/db_wbxng.cc2
2 files changed, 1 insertions, 7 deletions
diff --git a/usrp/host/include/usrp/db_wbxng.h b/usrp/host/include/usrp/db_wbxng.h
index 2158face2..8611d4787 100644
--- a/usrp/host/include/usrp/db_wbxng.h
+++ b/usrp/host/include/usrp/db_wbxng.h
@@ -41,12 +41,6 @@ public:
protected:
bool _lock_detect();
-
- //virtual bool _compute_regs(double freq, int &retR, int &retcontrol, int &retN, double &retfreq);
- int _compute_control_reg();
- int _refclk_divisor();
- double _refclk_freq();
-
bool _set_pga(float pga_gain);
int power_on() { return d_power_on; }
diff --git a/usrp/host/lib/db_wbxng.cc b/usrp/host/lib/db_wbxng.cc
index c23fc47ed..38c3a2886 100644
--- a/usrp/host/lib/db_wbxng.cc
+++ b/usrp/host/lib/db_wbxng.cc
@@ -86,7 +86,7 @@ wbxng_base::set_freq(double freq)
nanosleep(&t, NULL);
fprintf(stderr,"Setting WBXNG frequency, requested %d, obtained %f, lock_detect %d\n",
- int_freq, freq_result, _lock_detect());
+ int_freq, freq_result, d_common->_get_locked());
// FIXME
// Offsetting the LO helps get the Tx carrier leakage out of the way.