Re: [ath9k-devel] Disconnect problem (DMA failed to stop in 10 ms)

2009-08-20 Thread Kunal Gangakhedkar
On Wednesday 19 Aug 2009 9:21:13 am Sujith wrote: Kunal Gangakhedkar wrote: Any way we can help debug this issue? It gets really annoying when the driver goes berserk in the middle of a big file transfer - even on LAN. :( rmmod'ing and modprobe'ing the driver again seems to get it

[ath9k-devel] [PATCH v2] ath9k: Fix bug in retrieving average beacon rssi

2009-08-20 Thread Vasanthakumar Thiagarajan
Currently the beacon rssi that LPF gives is divided and rounded up by ATH_RSSI_EP_MULTIPLIER twice. This will leave the incorrect rssi in ANI. Having correct rssi in ANI fixes the connection stability at 30dB rssi range. This patch removes the unncessary computation of average rssi over already

Re: [ath9k-devel] [PATCH] ath9k: Fix read buffer overflow

2009-08-20 Thread John W. Linville
Anybody? On Tue, Aug 11, 2009 at 02:25:14PM -0400, John W. Linville wrote: Comments from the ath9k crowd? On Tue, Aug 11, 2009 at 08:49:08AM +0200, Roel Kluin wrote: Prevent a read of powInfo[-1] in the first iteration. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- diff --git