Re: [v2] ath10k: fix memory leak in rx ring buffer allocation

2017-08-08 Thread Kalle Valo
Rakesh Pillai wrote: > The rx ring buffers are added to a hash table if > firmware support full rx reorder. If the full rx > reorder support flag is not set before allocating > the rx ring buffers, none of the buffers are added > to the hash table. > > There is a race condition between rx ring r

[PATCH v2] ath10k: fix memory leak in rx ring buffer allocation

2017-08-02 Thread Rakesh Pillai
From: Rakesh Pillai ath10k: fix memory leak in rx ring buffer allocation The rx ring buffers are added to a hash table if firmware support full rx reorder. If the full rx reorder support flag is not set before allocating the rx ring buffers, none of the buffers are added to the hash table. Ther