Re: [ath5k-devel] [PATCH 12/12] ath5k: read sc->imask with sc->irqlock held

2011-07-08 Thread Pavel Roskin
On 07/07/2011 06:14 PM, Pavel Roskin wrote: > Signed-off-by: Pavel Roskin > > sc->imask may change if ath5k_set_current_imask() races against itself. Sorry, I spent so much time reviewing the patches, but forgot to copy them to linux-wireless :( So let's consider this series an RFC. I'll post a

[ath5k-devel] [PATCH 12/12] ath5k: read sc->imask with sc->irqlock held

2011-07-07 Thread Pavel Roskin
Signed-off-by: Pavel Roskin sc->imask may change if ath5k_set_current_imask() races against itself. --- drivers/net/wireless/ath/ath5k/base.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c