summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtwn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/rtwn.c')
-rw-r--r--sys/dev/ic/rtwn.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/rtwn.c b/sys/dev/ic/rtwn.c
index 6824b4495e8..2656636690a 100644
--- a/sys/dev/ic/rtwn.c
+++ b/sys/dev/ic/rtwn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtwn.c,v 1.30 2017/08/20 14:53:06 stsp Exp $ */
+/* $OpenBSD: rtwn.c,v 1.31 2017/08/20 15:05:32 stsp Exp $ */
/*-
* Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -2488,10 +2488,6 @@ rtwn_iq_calib(struct rtwn_softc *sc)
int n, valid;
struct rtwn_iq_cal_regs regs;
- /* FIXME IQ calib breaks Rx on USB devices. */
- if (sc->chip & RTWN_CHIP_USB)
- return;
-
valid = 0;
memset(&regs, 0, sizeof(regs));
for (n = 0; n < RTWN_IQ_CAL_NRUN; n++) {