Re: [ath5k-devel] [PATCH 4/7] ath5k: Beaconing fixes

2009-04-19 Thread Bob Copeland
On Thu, Apr 16, 2009 at 03:29:51AM +0300, Nick Kossifidis wrote: > * Fix num_tx_pending function, we never read the register :P that's why we > got all those "beacon queue 7 didn't stop messages". > > @@ -160,7 +160,8 @@ u32 ath5k_hw_num_tx_pending(struct ath5k_hw *ah, unsigned > int queue) >

[ath5k-devel] [PATCH 4/7] ath5k: Beaconing fixes

2009-04-15 Thread Nick Kossifidis
* Write next beacon timer even on AP mode since without this we get no beacons + ath9k does it too. Docs say that we must write 0 on this register on AP mode to start TSF increment, we do both to be on the safe side. * Fix num_tx_pending function, we never read the register :P that's why we