summaryrefslogtreecommitdiff
path: root/usrp/host/lib/legacy/usrp_standard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/lib/legacy/usrp_standard.cc')
-rw-r--r--usrp/host/lib/legacy/usrp_standard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/legacy/usrp_standard.cc b/usrp/host/lib/legacy/usrp_standard.cc
index d27bbbec3..2cc08a8fd 100644
--- a/usrp/host/lib/legacy/usrp_standard.cc
+++ b/usrp/host/lib/legacy/usrp_standard.cc
@@ -193,7 +193,7 @@ tune_a_helper(db_base_sptr db, double target_freq, double fs,
inverted = !inverted;
}
- if (dxc.is_tx()) // down conversion versus up conversion
+ if (dxc.is_tx() && !db->i_and_q_swapped()) // down conversion versus up conversion
dxc_freq = -dxc_freq;
ok &= dxc.set_dxc_freq(dxc_freq);