-
Notifications
You must be signed in to change notification settings - Fork 645
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
[Backport v3.7.99-ncs1-branch] wifi: Pull fixes for RC2 #2198
Merged
rlubos
merged 8 commits into
v3.7.99-ncs1-branch
from
backport-2183-to-v3.7.99-ncs1-branch
Oct 30, 2024
Merged
[Backport v3.7.99-ncs1-branch] wifi: Pull fixes for RC2 #2198
rlubos
merged 8 commits into
v3.7.99-ncs1-branch
from
backport-2183-to-v3.7.99-ncs1-branch
Oct 30, 2024
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
Fixes a unknwon param in doxygen build. Upstream PR #: 80545 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 10633e9)
Pass passive scan and offloaded raw tx feature flags to OSAL. Upstream PR #: 80328 Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit d005a17)
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. Upstream PR #: 80328 Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit f09598e)
This flag is now unused in OSAL as it takes the input via the API. Upstream PR #: 80328 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 1778ec0)
The co-existence modules expect a common and fixed name, so, rename it to avoid churn. Upstream PR #: 80474 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 9bf627f)
This causes a build error as nRF70 driver running on CPU APP needs this when SR co-existence is enabled. Upstream PR #: 80474 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit ab0b985)
During secure association, if we get any data packets from the networking stack (as we switch off the dormancy) then they will be dropped till the 802.1x port is authorized, but with recent changes the corresponding network buffer isn't freed causing a memory leak. Handle this case and free the network buffer (Using an OSAL API though it's Zephyr to avoid duplication and also getting access to "struct nwb"); Upstream PR #: 80528 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 979a672)
The CONFIG_ prefix was missed. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit cef6b69) (cherry picked from commit c8fd566)
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. |
rlubos
approved these changes
Oct 30, 2024
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.
Backport c8fd566~8..c8fd566 from #2183.