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 the receive address API to get proper BSSID #1246

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

VivekUppunda
Copy link
Contributor

If operating mode is set to station with promiscuous sub-mode enabled, the interface type check for BSSID for recieve address mapping in the transmit path is missed. This causes a wdevID of 255 to be sent to UMAC causing a UMAC crash.

Also, CONFIG check for sniffer callback is missed and added.

Fixes SHEL-2564

If operating mode is set to station with promiscuous sub-mode
enabled, the interface type check for BSSID for recieve address
mapping in the transmit path is missed. This causes a wdevID of
255 to be sent to UMAC causing a UMAC crash.

Also, CONFIG check for sniffer callback is missed and added.

Fixes SHEL-2564

Signed-off-by: Vivekananda Uppunda <[email protected]>
@VivekUppunda VivekUppunda requested a review from krga2022 March 6, 2024 11:17
@jfischer-no jfischer-no merged commit 7597ac9 into nrfconnect:main Mar 6, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants