Re: [ath9k-devel] [PATCH 2/2] ath9k: Fix incorrect tx-hang detection logic.

2011-01-09 Thread Ben Greear
On 01/09/2011 09:38 PM, Vasanthakumar Thiagarajan wrote: On Fri, Jan 07, 2011 at 11:30:59PM +0530, gree...@candelatech.com wrote: From: Ben Greeargree...@candelatech.com It is not guaranteed that the ath_tx_complete_poll_work runs after some fixed duration because the channel-reset logic

[ath9k-devel] [PATCH 2/2] ath9k: Fix incorrect tx-hang detection logic.

2011-01-07 Thread greearb
From: Ben Greear gree...@candelatech.com It is not guaranteed that the ath_tx_complete_poll_work runs after some fixed duration because the channel-reset logic removes the work and then re-adds it to run immediately. Two channel-changes 1ms apart, with a transmit was being attempted, could thus