Skip to content
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
merged 8 commits into from
Oct 30, 2024

Conversation

NordicBuilder
Copy link
Contributor

Backport c8fd566~8..c8fd566 from #2183.

krish2718 and others added 8 commits October 30, 2024 09:07
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)
@NordicBuilder
Copy link
Contributor Author

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
hal_nordic zephyrproject-rtos/hal_nordic@cb7600a zephyrproject-rtos/hal_nordic@c1c448d (master) zephyrproject-rtos/[email protected]

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@rlubos rlubos merged commit 9f3ae6d into v3.7.99-ncs1-branch Oct 30, 2024
24 checks passed
@rlubos rlubos deleted the backport-2183-to-v3.7.99-ncs1-branch branch October 30, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants