-
Notifications
You must be signed in to change notification settings - Fork 1.4k
wifi: Fix issues with peer authorization #25902
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -64,7 +64,7 @@ manifest: | |||||
| # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html | ||||||
| - name: zephyr | ||||||
| repo-path: sdk-zephyr | ||||||
| revision: 56fbb4f3c7bba12fb34a5cd111b4ea9f7ad52162 | ||||||
| revision: pull/3557/head | ||||||
| import: | ||||||
| # In addition to the zephyr repository itself, NCS also | ||||||
| # imports the contents of zephyr/west.yml at the above | ||||||
|
|
@@ -143,7 +143,7 @@ manifest: | |||||
| - name: nrfxlib | ||||||
| repo-path: sdk-nrfxlib | ||||||
| path: nrfxlib | ||||||
| revision: 5b0b19946f2bb47cfa4aa358322146edee38cbd5 | ||||||
| revision: pull/1941/head | ||||||
|
||||||
| revision: pull/1941/head | |
| revision: <MERGED_COMMIT_SHA> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using pull request references (e.g.,
pull/3557/head) as revision values is not recommended for production manifests. Pull request branches can be rebased, force-pushed, or deleted after merge, making builds non-reproducible. Consider using specific commit SHAs instead. Once the referenced PRs are merged, this should be updated to point to the actual merged commit SHA.