-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: nrfwifi: Fix offloaded raw tx apis #80328
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
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. |
1f7d818
1f7d818 to
e193aaa
Compare
Pass passive scan and offloaded raw tx feature flags to OSAL. Signed-off-by: Kapil Bhatt <[email protected]>
This flag is now unused in OSAL as it takes the input via the API. Signed-off-by: Chaitanya Tata <[email protected]>
Add and remove Kconfig in cmake.
Add changes to fix regularity domain of offloaded raw tx.
Fixes #80809