Re: [PULL] ath10k firmware 20190808

2019-08-15 Thread Josh Boyer
On Thu, Aug 8, 2019 at 5:56 AM Kalle Valo wrote: > > Hi linux-firmware maintainers, > > here's a pull request to update some ath10k firmware images. Please let me > know if there are any problems. > > Kalle > > The following changes since commit dff98c6c57383fe343407bcb7b6e775e0b87274f: > >

[PATCH] ath10k: add cleanup in ath10k_sta_state()

2019-08-15 Thread Wenwen Wang
If 'sta->tdls' is false, no cleanup is executed, leading to memory/resource leaks, e.g., 'arsta->tx_stats'. To fix this issue, perform cleanup before go to the 'exit' label. Signed-off-by: Wenwen Wang --- drivers/net/wireless/ath/ath10k/mac.c | 6 +- 1 file changed, 5 insertions(+), 1