From: Jeff Hansen Date: Wed, 27 May 2009 12:48:27 +0000 (+0000) Subject: ath9k: Reset SC_OP_TSF_RESET flag after stuck beacon X-Git-Tag: v2.6.31-rc1~330^2~157^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74444f8a9039603715973a56df588a5d800c4ef;p=pandora-kernel.git ath9k: Reset SC_OP_TSF_RESET flag after stuck beacon I have a TrendNet 652-BRP running OpenWRT + ath9k very well. The only problem is that the beacon gets stuck maybe once a day. After Vasanthakumar Thiagarajan's "ath9k: cleanup beacon parameters configuration" patch, ath9k would nearly re-configure the beacons after it detected the stuck beacon, and did a reset. But it would fail the SC_OP_TSF_RESET check in ath_beacon_config_ap. This patch gets the beacon fully reconfigured after the reset. Signed-off-by: Jeff Hansen Signed-off-by: John W. Linville --- Reading git-diff-tree failed