-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
drivers: nrfwifi: Fix offloaded raw tx apis #80328
base: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
@jukkar is this needed for 4.0? |
It is a bug fix to get that feature (offloaded raw tx) working, so, yes. |
okay if that is the case, @krish2718 it's going to need an Issue/Bug number attached to it now as we're at RC2 and later. |
Updated description with bug reference, thanks. |
Pass passive scan and offloaded raw tx feature flags to OSAL. Signed-off-by: Kapil Bhatt <[email protected]>
The osal deinint was causing crash in log. The osal apis spin lock take, release, bus qspi sleep are trying to use ops. So removing osal deinit for temporary workaround. Signed-off-by: Kapil Bhatt <[email protected]>
1f7d818
This flag is now unused in OSAL as it takes the input via the API. Signed-off-by: Chaitanya Tata <[email protected]>
The CONFIG_ prefix should be removed when passing to OSAL code. Signed-off-by: Chaitanya Tata <[email protected]>
Pull latest fixes. Signed-off-by: Kapil Bhatt <[email protected]>
Add and remove Kconfig in cmake.
Add changes to fix regularity domain of offloaded raw tx.
Fixes #80809