Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nrf_wifi: Fix a buffer free issue for raw tx packet transmit done
A recent fix to update statistics covered the txbuffer done process in an if-else check. This prevents tx buffers from being released on tx failure. place the status check to only update error statistics and remove txdone API from if check. Fixes SHEL-2448 for driver Signed-off-by: Vivekananda Uppunda <[email protected]>
- Loading branch information