-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
manifest: Update nrf_wifi for disabling priority window for scan #83104
Merged
kartben
merged 2 commits into
zephyrproject-rtos:main
from
karun2796:disable_ptiwin_for_scan
Jan 3, 2025
Merged
manifest: Update nrf_wifi for disabling priority window for scan #83104
kartben
merged 2 commits into
zephyrproject-rtos:main
from
karun2796:disable_ptiwin_for_scan
Jan 3, 2025
Conversation
This file contains 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. |
zephyrbot
added
manifest
manifest-nrf_wifi
DNM
This PR should not be merged (Do Not Merge)
labels
Dec 17, 2024
karun2796
force-pushed
the
disable_ptiwin_for_scan
branch
from
December 17, 2024 12:06
21e0ff1
to
b77892f
Compare
kapbh
force-pushed
the
disable_ptiwin_for_scan
branch
2 times, most recently
from
December 19, 2024 12:10
ad65dc0
to
c26f6f5
Compare
zephyrbot
requested review from
jukkar,
Kludentwo,
krish2718,
MaochenWang1,
rlubos and
sachinthegreen
December 20, 2024 06:40
karun2796
force-pushed
the
disable_ptiwin_for_scan
branch
from
December 20, 2024 07:09
c26f6f5
to
bdebf99
Compare
krish2718
reviewed
Dec 20, 2024
sachinthegreen
requested changes
Dec 20, 2024
sachinthegreen
previously approved these changes
Dec 20, 2024
kapbh
force-pushed
the
disable_ptiwin_for_scan
branch
2 times, most recently
from
December 23, 2024 04:56
0a3236b
to
2b45ff8
Compare
krish2718
previously approved these changes
Dec 23, 2024
Update nrf_wifi for disabling priority window for scan. Signed-off-by: Karun Kumar Eagalapati <[email protected]>
Add Kconfig option to disabling priority window for scan. Signed-off-by: Kapil Bhatt <[email protected]>
karun2796
force-pushed
the
disable_ptiwin_for_scan
branch
from
December 23, 2024 12:17
2b45ff8
to
4e9a041
Compare
krish2718
approved these changes
Dec 23, 2024
jukkar
approved these changes
Dec 30, 2024
sachinthegreen
approved these changes
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces a Kconfig parameter, NRF_WIFI_DISABLE_PRIORITY_WINDOW_FOR_SCAN, which allows to enable
or disable the allocation of the priority window to Wi-Fi.
Set this parameter to y to disable the priority window allocation, or to n to enable it.