ath5k: Fix survey
authorBruno Randolf <br1@einfach.org>
Thu, 16 Dec 2010 07:22:20 +0000 (16:22 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 16 Dec 2010 20:22:32 +0000 (15:22 -0500)
commitf15a4bb2637253680f09f0161d51e22446b6478f
treee3209fb59e2c7204f7d7dc74b8f3434bbd361e6a
parent4aea248dd7a67097d683a97f94a0aeaf0d248f3f
ath5k: Fix survey

The old survey implementation was broken and returned nonsense data.

Clear cycle counters and survey data on reset. Since the cycle counters easily
overflow it's better to keep a local version of collected survey data (in ms
resolution, instead of clockrate) and update this every time survey is
retrieved. If survey is retrieved often enough to avoid cycle counter overflows
this works fine, otherwise we could update survey more often, like ath9k does.
Still only the survey for the current channel is kept.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/base.c
drivers/net/wireless/ath/ath5k/base.h