From: Sujith Date: Tue, 3 Mar 2009 04:46:56 +0000 (+0530) Subject: ath9k: Handle TSF properly for AP mode X-Git-Tag: v2.6.30-rc1~662^2~326 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b238e90e99fe51aed14d20eae8a6a1c04ce4ca30;p=pandora-kernel.git ath9k: Handle TSF properly for AP mode The TSF has to be reset only once, upon bringing the interface up in AP mode. For any beacon reconfigure calls after that, resetting the TSF results in incorrect beacon generation. The only exception is a change in the beacon interval, which is indicated to the driver by mac80211 through IEEE80211_CONF_CHANGE_BEACON_INTERVAL, handle this properly. Signed-off-by: Sujith Signed-off-by: John W. Linville --- Reading git-diff-tree failed