aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/ad9361_driver/ad9361_device.h
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish@ettus.com>2015-01-23 09:59:37 -0800
committerAshish Chaudhari <ashish@ettus.com>2015-01-23 09:59:37 -0800
commit44774335f6cd62f7955c36e45e9475f5599f4f14 (patch)
treea9adf563235460a2145ab46e0073b6d884e1f14b /host/lib/usrp/common/ad9361_driver/ad9361_device.h
parent8142f30e890264dc4dd18c0af72dc885b084da03 (diff)
parent38164fb54d0116abf8df4eb2e2df9c1a892c64af (diff)
downloaduhd-44774335f6cd62f7955c36e45e9475f5599f4f14.tar.gz
uhd-44774335f6cd62f7955c36e45e9475f5599f4f14.tar.bz2
uhd-44774335f6cd62f7955c36e45e9475f5599f4f14.zip
Merge remote-tracking branch 'origin/maint' into ashish/bug672
Diffstat (limited to 'host/lib/usrp/common/ad9361_driver/ad9361_device.h')
-rw-r--r--host/lib/usrp/common/ad9361_driver/ad9361_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/common/ad9361_driver/ad9361_device.h b/host/lib/usrp/common/ad9361_driver/ad9361_device.h
index fead90424..ca83f3037 100644
--- a/host/lib/usrp/common/ad9361_driver/ad9361_device.h
+++ b/host/lib/usrp/common/ad9361_driver/ad9361_device.h
@@ -74,7 +74,7 @@ public:
private: //Methods
void _program_fir_filter(direction_t direction, int num_taps, boost::uint16_t *coeffs);
void _setup_tx_fir(size_t num_taps, boost::int32_t interpolation);
- void _setup_rx_fir(size_t num_taps, boost::int32_t interpolation);
+ void _setup_rx_fir(size_t num_taps, boost::int32_t decimation);
void _calibrate_lock_bbpll();
void _calibrate_synth_charge_pumps();
double _calibrate_baseband_rx_analog_filter();