[ath9k-devel] [PATCH] ath9k: incorrect queue may be stopped/awaken

2015-12-14 Thread Borja Salazar
When channel context is enabled, we could be stopping/awakening an incorrect queue. --- drivers/net/wireless/ath/ath9k/xmit.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/xmit.c b/drivers/net/wireless/ath/ath9k/xmit.c

Re: [ath9k-devel] [PATCH] ath9k: incorrect queue may be stopped/awaken

2015-11-12 Thread Kalle Valo
Borja Salazar writes: > When channel context is enabled, we could be > stopping/awakening an incorrect queue. Signed-off-by line is missing, I can't take this. -- Kalle Valo ___ ath9k-devel mailing list

Re: [ath9k-devel] [PATCH] ath9k: incorrect queue may be stopped/awaken

2015-11-12 Thread Janusz Dziedzic
On 3 November 2015 at 18:37, Borja Salazar wrote: > When channel context is enabled, we could be > stopping/awakening an incorrect queue. > --- > drivers/net/wireless/ath/ath9k/xmit.c | 22 -- > 1 file changed, 12 insertions(+), 10 deletions(-) > > diff