-
Notifications
You must be signed in to change notification settings - Fork 626
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
wifi: Pull nrf_wifi driver restructuring #2316
Open
krish2718
wants to merge
14
commits into
nrfconnect:main
Choose a base branch
from
krish2718:nrf_wifi_restructure
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
krish2718
force-pushed
the
nrf_wifi_restructure
branch
from
November 28, 2024 15:33
59d7efa
to
eb0eceb
Compare
kapbh
approved these changes
Nov 28, 2024
…lts flag" This reverts commit 7087773. Signed-off-by: Chaitanya Tata <[email protected]>
…ags" This reverts commit 0ee8c0a. 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]> (cherry picked from commit 4ae6520)
Pass passive scan and offloaded raw tx feature flags to OSAL. Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit 62e06a5)
Following the naming convention add an underscore and update path in the maintainers file too. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 139ce48)
The OSAL code now lives in it's own repo nrf_wifi. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit f7dc9f8)
This is a Zephyr shim for the nrf-wifi module. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 180df66)
This is now taken care by the Zephyr module shim. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 459f972)
The shim files should be part of the Zephyr module directory within Zephyr, as they are coupled with the module implementation which os OS agnostic. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit da26d02)
The blobs are now part of nrf_wifi module, and remove the manual check and add verifying the blobs and their integrity using helper function. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit b8cab9e)
For the C sources the offloaded raw TX mode wasn't considered and else case picks up system mode files causing build issues. Upstream PR #: 82335 Signed-off-by: Chaitanya Tata <[email protected]>
During cherry-pick the directory wasn't renamed. Upstream PR #: 82335 Signed-off-by: Chaitanya Tata <[email protected]>
krish2718
force-pushed
the
nrf_wifi_restructure
branch
from
November 29, 2024 14:26
f10e48b
to
5bc2893
Compare
Fix the missing define to OSAL code. Upstream PR #: 82335 Signed-off-by: Chaitanya Tata <[email protected]>
This helps maintaining of various modes in nRF Wi-Fi driver. Upstream PR #: 82335 Signed-off-by: Chaitanya Tata <[email protected]>
krish2718
force-pushed
the
nrf_wifi_restructure
branch
from
November 30, 2024 08:29
5bc2893
to
84d5062
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
nRF70 Wi-Fi driver is now restructured, pull these changes to NCS.
manifest-pr-skip