aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/lib/usrp/common/apply_corrections.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/common/apply_corrections.cpp b/host/lib/usrp/common/apply_corrections.cpp
index 3cdf3d29f..762a9018b 100644
--- a/host/lib/usrp/common/apply_corrections.cpp
+++ b/host/lib/usrp/common/apply_corrections.cpp
@@ -175,8 +175,6 @@ void uhd::usrp::apply_tx_fe_corrections(
const double lo_freq // actual lo freq
)
{
- std::lock_guard<std::mutex> l(corrections_mutex);
-
// extract eeprom serial
const uhd::fs_path db_path = "dboards/" + slot + "/tx_eeprom";
const std::string db_serial =
@@ -192,7 +190,6 @@ void uhd::usrp::apply_rx_fe_corrections(
const double lo_freq // actual lo freq
)
{
- std::lock_guard<std::mutex> l(corrections_mutex);
const uhd::fs_path db_path = "dboards/" + slot + "/rx_eeprom";
const std::string db_serial =
sub_tree->access<uhd::usrp::dboard_eeprom_t>(db_path).get().serial;