-
Notifications
You must be signed in to change notification settings - Fork 724
wifi: Upmerge 3 (fixes only) #2749
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
Merged
Merged
Conversation
This file contains hidden or 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 changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with metadata changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
sachinthegreen
approved these changes
Apr 11, 2025
nordicjm
approved these changes
Apr 11, 2025
e6b1f65 to
ae548a9
Compare
Update WiFi driver to cleanup extra logging newlines for consistency. Signed-off-by: Jordan Yates <[email protected]> (cherry picked from commit 729f50e)
ae548a9 to
3dcb248
Compare
Memory allocations in HAL are using data pool. These operations are in control plane. Add APIs for allocation/free operations on control pool. Upstream PR #: 88457 Signed-off-by: Ravi Dondaputi <[email protected]>
This reverts commit 9679838. Signed-off-by: Chaitanya Tata <[email protected]>
…rts" This reverts commit 6f71dc6. Signed-off-by: Chaitanya Tata <[email protected]>
…ing delete" This reverts commit e3a891b. Signed-off-by: Chaitanya Tata <[email protected]>
Deletion of credential should use the pointer from the reference slot not the temporary buffer, this causes a crash (unknown error). Upstream PR #: 87656 Signed-off-by: Chaitanya Tata <[email protected]>
For enterprise mode we need to install multiple certs to the TLS credentials store, so, add a helper script in python to make it work cross-platforms. Upstream PR #: 88682 Signed-off-by: Chaitanya Tata <[email protected]>
Commit 6a2cbc7 ("boards: nrf53*: add L|HFXO configurations") missed the fix for nRF7002DK which is also based on nRF53 SoC. Upstream PR #: 88680 Signed-off-by: Chaitanya Tata <[email protected]> Signed-off-by: Aleksandar Stanoev <[email protected]>
Change wifi_cred to wifi cred. Upstream PR #: 88674 Signed-off-by: Kapil Bhatt <[email protected]>
3dcb248 to
b45640a
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.



Memory allocations in HAL are using data pool. These operations are in control plane. Add APIs for allocation/free operations on control pool.
Upstream PR #: 88457