-
Notifications
You must be signed in to change notification settings - Fork 720
wifi: Assorted fixes #2214
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
wifi: Assorted fixes #2214
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
Recent WPA supplicant changes have broken nRF regulatory support, implement the new set/get country WPA supplicant ops. WPA supplicant: Regulatory SET through WPA supplicant, GET is direct to the driver Scan only: SET and GET direct calls to the driver Fixes #79916. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 2ea25ea)
The label is used for both positive and negative cases, so, should be called "out". Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 7d696f5)
This reverts commit 10633e9. Signed-off-by: Chaitanya Tata <[email protected]>
The CONFIG_ prefix should be removed when passing to OSAL code. Upstream PR #: 80583 Signed-off-by: Chaitanya Tata <[email protected]>
Fixes for processing RX events. Upstream PR #: 80583 Signed-off-by: Chaitanya Tata <[email protected]>
Status and request GPIOs are missing from the edge connector, add those to fix Thingy53 + nRF7002EB build. Upstream PR #: 80748 Signed-off-by: Chaitanya Tata <[email protected]>
|
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. |
This works because undefined macro in conditional is treated as zero, but could end up choosing the wrong divider. Fix the macro with the new name. Upstream PR #: 80780 Signed-off-by: Chaitanya Tata <[email protected]>
Wi-Fi PSA currently doesn't support Enterprise mode, so, remove Enterprise configs, even if this is added, these are already part of Enterprise configuration. Signed-off-by: Chaitanya Tata <[email protected]>
bama-nordic
approved these changes
Nov 3, 2024
rado17
approved these changes
Nov 3, 2024
krga2022
approved these changes
Nov 4, 2024
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.
Wi-Fi fixes for issues found in RC1 testing.