From: Jouni Malinen Date: Wed, 20 May 2009 18:59:08 +0000 (+0300) Subject: ath9k: Update Beacon timers based on timestamp from the AP X-Git-Tag: v2.6.31-rc1~330^2~313^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdfeab6536ae55d43436ffaae949afde6e962ca;p=pandora-kernel.git ath9k: Update Beacon timers based on timestamp from the AP Some APs seem to drift away from the expected TBTT (timestamp % beacon_int_in_usec differs quite a bit from zero) which can result in us waking up way too early to receive a Beacon frame. In order to work around this, re-configure the Beacon timers after having received a Beacon frame from the AP (i.e., when we know the offset between the expected TBTT and the actual time the AP is sending out the Beacon frame). Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed