Re: [PATCH V3 1/2] ath6kl: Fix race in aggregation reorder logic
From: Kalle Valo <hidden>
Date: 2012-06-11 13:14:26
From: Kalle Valo <hidden>
Date: 2012-06-11 13:14:26
On 05/30/2012 09:57 AM, Vasanthakumar Thiagarajan wrote:
There are many places where tid data are accessed without the lock (rxtid->lock), this can lead to a race condition when the timeout handler for aggregatin reorder and the receive function are getting executed at the same time. Fix this race, but still there are races which can not be fixed without rewriting the whole aggregation reorder logic, for now fix the obvious ones. Signed-off-by: Vasanthakumar Thiagarajan <redacted>
Thanks, both patches applied. Kalle