summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_lna_div.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/if_ath_lna_div.c')
-rw-r--r--sys/dev/ath/if_ath_lna_div.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_lna_div.c b/sys/dev/ath/if_ath_lna_div.c
index f0a33a5..5c770c0 100644
--- a/sys/dev/ath/if_ath_lna_div.c
+++ b/sys/dev/ath/if_ath_lna_div.c
@@ -766,7 +766,7 @@ ath_lna_rx_comb_scan(struct ath_softc *sc, struct ath_rx_status *rs,
/* Short scan check */
if (antcomb->scan && antcomb->alt_good) {
- if (time_after(ticks, antcomb->scan_start_time +
+ if (ieee80211_time_after(ticks, antcomb->scan_start_time +
msecs_to_jiffies(ATH_ANT_DIV_COMB_SHORT_SCAN_INTR)))
short_scan = AH_TRUE;
else
OpenPOWER on IntegriCloud