Re: [PATCH 1/3] ath9k: fix beacon timer handling issues
From: Sujith <hidden>
Date: 2011-03-25 03:33:15
From: Sujith <hidden>
Date: 2011-03-25 03:33:15
Felix Fietkau wrote:
The HW TSF reset was still issued before the code would activate the timers (with the write to AR_TIMER_MODE), so I don't think this changes the behaviour of the timers. Since the timers are scheduled for absolute TSF32 values and (in case of a reset being issued) always set to TU_TO_USEC(intval / ATH_BCBUF), that leaves enough time for the timers to settle in after the TSF reset, so I don't expect any race conditions there.
Hm, alright. Sujith