diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/beacon.c')
-rw-r--r-- | drivers/net/wireless/ath9k/beacon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/beacon.c b/drivers/net/wireless/ath9k/beacon.c index 2e2ef3529135..390d5109e826 100644 --- a/drivers/net/wireless/ath9k/beacon.c +++ b/drivers/net/wireless/ath9k/beacon.c | |||
@@ -753,6 +753,9 @@ void ath_beacon_config(struct ath_softc *sc, int if_id) | |||
753 | if (bs.bs_sleepduration > bs.bs_dtimperiod) | 753 | if (bs.bs_sleepduration > bs.bs_dtimperiod) |
754 | bs.bs_sleepduration = bs.bs_dtimperiod; | 754 | bs.bs_sleepduration = bs.bs_dtimperiod; |
755 | 755 | ||
756 | /* TSF out of range threshold fixed at 1 second */ | ||
757 | bs.bs_tsfoor_threshold = ATH9K_TSFOOR_THRESHOLD; | ||
758 | |||
756 | DPRINTF(sc, ATH_DBG_BEACON, | 759 | DPRINTF(sc, ATH_DBG_BEACON, |
757 | "tsf %llu " | 760 | "tsf %llu " |
758 | "tsf:tu %u " | 761 | "tsf:tu %u " |