[PATCH] wifi: ath10k: simplify SDIO async handling

2023-09-18 Thread Dmitry Antipov
This is an initial attempt to fix TODO found in SDIO bus support code. As original comment says, an idea is to store SDIO-specific 'struct ath10k_sdio_bus_request' data within skb control buffer instead of managing (a relatively large, 1024-items for now) free list of the aforementioned structures.

Re: [PATCH] wifi: ath10k: simplify SDIO async handling

2023-09-19 Thread Jeff Johnson
On 9/18/2023 7:37 AM, Dmitry Antipov wrote: This is an initial attempt to fix TODO found in SDIO bus support code. As original comment says, an idea is to store SDIO-specific 'struct ath10k_sdio_bus_request' data within skb control buffer instead of managing (a relatively large, 1024-items for no