Re: [PATCH v2] ath10k: Remove msdu from idr when management pkt send fails

2020-05-11 Thread Kalle Valo
Rakesh Pillai wrote: > Currently when the sending of any management pkt > via wmi command fails, the packet is being unmapped > freed in the error handling. But the idr entry added, > which is used to track these packet is not getting removed. > > Hence, during unload, in wmi cleanup, all the

Re: [PATCH v2] ath10k: Remove msdu from idr when management pkt send fails

2020-05-07 Thread Kalle Valo
writes: > Yes, The change you did is correct and better. Thanks for checking. > So should I be sending a v3 for this patch ? No need, the patch with this change is now in my pending branch and I'll apply it to ath-next it in the next few days. --

RE: [PATCH v2] ath10k: Remove msdu from idr when management pkt send fails

2020-05-07 Thread pillair
rg; linux-wirel...@vger.kernel.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH v2] ath10k: Remove msdu from idr when management > pkt send fails > > Rakesh Pillai writes: > > > Currently when the sending of any management pkt > > via wmi command fails, the packet is b

Re: [PATCH v2] ath10k: Remove msdu from idr when management pkt send fails

2020-05-07 Thread Kalle Valo
Rakesh Pillai writes: > Currently when the sending of any management pkt > via wmi command fails, the packet is being unmapped > freed in the error handling. But the idr entry added, > which is used to track these packet is not getting removed. > > Hence, during unload, in wmi cleanup, all the

[PATCH v2] ath10k: Remove msdu from idr when management pkt send fails

2020-05-05 Thread Rakesh Pillai
Currently when the sending of any management pkt via wmi command fails, the packet is being unmapped freed in the error handling. But the idr entry added, which is used to track these packet is not getting removed. Hence, during unload, in wmi cleanup, all the entries in IDR are removed and the