Re: [PATCH] ath10k: don't access tx_info while overwriting it

2014-09-02 Thread Kalle Valo
Michal Kazior writes: > Nothing important was being overwritten so it > didn't yield any bugs yet. > > Signed-off-by: Michal Kazior Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman

[PATCH] ath10k: don't access tx_info while overwriting it

2014-08-29 Thread Michal Kazior
Nothing important was being overwritten so it didn't yield any bugs yet. Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/mac.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/ma