-
Notifications
You must be signed in to change notification settings - Fork 10
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
[SL-UP] Introduce PlatformSleepManager to manage Wi-Fi sleep states #113
Merged
mkardous-silabs
merged 8 commits into
release_2.5-1.4
from
sl-only/standard_sleep_behavior
Nov 19, 2024
Merged
[SL-UP] Introduce PlatformSleepManager to manage Wi-Fi sleep states #113
mkardous-silabs
merged 8 commits into
release_2.5-1.4
from
sl-only/standard_sleep_behavior
Nov 19, 2024
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
mkardous-silabs
added
the
sl-up
This TAG indicates that this commit needs to be upstreamed to CSA before its next release.
label
Nov 18, 2024
mkardous-silabs
force-pushed
the
sl-only/standard_sleep_behavior
branch
from
November 18, 2024 21:58
f8976e9
to
22942a1
Compare
Hoping it is tested on wf200, since the platform sleep manager code is affecting RS9116 and SiWx917 soc/ncp |
lpbeliveau-silabs
approved these changes
Nov 19, 2024
jmartinez-silabs
approved these changes
Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
sl-up
This TAG indicates that this commit needs to be upstreamed to CSA before its next release.
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.
Description
PR introduces the PlatformSleepManager that is responsible of managing the Wi-Fi sleep states. The goal of this class is to centralize the buisness intelligence around sleep intelligence to avoid conflicting configuration.
PR doesn't changes the current behavior. It just moves the logic to a centralize location.
Tests
Manual tests