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

drivers: nrf_wifi: Disable mgmt buffer offload for raw scan results #83896

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

karun2796
Copy link
Contributor

@karun2796 karun2796 commented Jan 13, 2025

During raw scan disable NRF_WIFI_MGMT_BUFF_OFFLOAD,
it needs to resubmit buffers to LMAC.

@zephyrbot zephyrbot added the size: XS A PR changing only a single line of code label Jan 13, 2025
@zephyrbot
Copy link
Collaborator

zephyrbot commented Jan 13, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff

All manifest checks OK

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

@zephyrbot zephyrbot added manifest manifest-nrf_wifi DNM This PR should not be merged (Do Not Merge) labels Jan 13, 2025
@fabiobaltieri fabiobaltieri added DNM (manifest) This PR should not be merged (controlled by action-manifest) and removed DNM This PR should not be merged (Do Not Merge) labels Feb 4, 2025
@karun2796 karun2796 force-pushed the lmac-dsss-ieee branch 3 times, most recently from 5d1405a to 6925f8e Compare February 11, 2025 11:29
@zephyrbot zephyrbot added the area: Wi-Fi Wi-Fi label Feb 11, 2025
@karun2796 karun2796 force-pushed the lmac-dsss-ieee branch 3 times, most recently from 9d5984c to ce15541 Compare February 13, 2025 10:09
sachinthegreen
sachinthegreen previously approved these changes Feb 13, 2025
jukkar
jukkar previously approved these changes Feb 17, 2025
@jukkar jukkar removed the DNM (manifest) This PR should not be merged (controlled by action-manifest) label Feb 17, 2025
@fabiobaltieri fabiobaltieri added this to the v4.2.0 milestone Feb 17, 2025
@carlescufi
Copy link
Member

@karun2796 please rebase

@kapbh kapbh dismissed stale reviews from jukkar and sachinthegreen via 9ba6f2e March 10, 2025 05:42
@karun2796 karun2796 changed the title manifest: Update nrf_wifi for DSSS scrabler encoded as per IEEE spec drivers: nrf_wifi: Disable mgmt buffer offload Mar 10, 2025
sachinthegreen
sachinthegreen previously approved these changes Mar 10, 2025
@krish2718 krish2718 changed the title drivers: nrf_wifi: Disable mgmt buffer offload drivers: nrf_wifi: Disable mgmt buffer offload for raw scan results Mar 10, 2025
krish2718
krish2718 previously approved these changes Mar 10, 2025
@kapbh kapbh dismissed stale reviews from krish2718 and sachinthegreen via 061592f March 18, 2025 08:48
During raw scan, Need to disable NRF_WIFI_MGMT_BUFF_OFFLOAD.
UMAC will send beacon and probe responses directly to the host,
regardless of the mgmt_buff_offload flag's value.
Host needs to resubmit buffers to LMAC.

Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
@kartben kartben merged commit 1179014 into zephyrproject-rtos:main Mar 19, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Wi-Fi Wi-Fi size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants