Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nrf_wifi: Fix a buffer free issue for raw tx packet transmit done #1230

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

VivekUppunda
Copy link
Contributor

A recent fix to update error 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.

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]>
@nordicjm nordicjm merged commit 18755b4 into nrfconnect:main Feb 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants