Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromlist] drivers: nrfwifi: Fix memory leak in TX path
During secure association, if we get any data packets from the networking stack (as we switch off the dormancy) then they will be dropped till the 802.1x port is authorized, but with recent changes the corresponding network buffer isn't freed causing a memory leak. Handle this case and free the network buffer (Using an OSAL API though it's Zephyr to avoid duplication and also getting access to "struct nwb"); Upstream PR #: 80528 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 979a672)
- Loading branch information