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

drivers: nrfwifi: Fix offloaded raw tx apis #80328

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kapbh
Copy link
Contributor

@kapbh kapbh commented Oct 23, 2024

Add and remove Kconfig in cmake.
Add changes to fix regularity domain of offloaded raw tx.

Fixes #80809

@zephyrbot
Copy link
Collaborator

zephyrbot commented Oct 23, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
hal_nordic zephyrproject-rtos/hal_nordic@cb7600a zephyrproject-rtos/hal_nordic@2d78179 (master) zephyrproject-rtos/[email protected]

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hal_nordic DNM This PR should not be merged (Do Not Merge) labels Oct 23, 2024
sachinthegreen
sachinthegreen previously approved these changes Oct 24, 2024
@krish2718 krish2718 changed the title drivers: wifi: Fix offloaded raw tx apis drivers: nrfwifi: Fix offloaded raw tx apis Oct 28, 2024
@zephyrbot zephyrbot removed the DNM This PR should not be merged (Do Not Merge) label Oct 28, 2024
sachinthegreen
sachinthegreen previously approved these changes Oct 28, 2024
krish2718
krish2718 previously approved these changes Oct 28, 2024
@dkalowsk
Copy link
Contributor

@jukkar is this needed for 4.0?

@krish2718
Copy link
Collaborator

@jukkar is this needed for 4.0?

It is a bug fix to get that feature (offloaded raw tx) working, so, yes.

@dkalowsk
Copy link
Contributor

dkalowsk commented Nov 4, 2024

@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.

@krish2718
Copy link
Collaborator

@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.

jukkar
jukkar previously approved these changes Nov 5, 2024
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]>
krish2718 and others added 3 commits November 5, 2024 18:13
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

drivers: nrfwifi: Offloaded Raw TX feature broken
6 participants