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

[SL-UP] Remove two algo design for the wifi retry mechanism #103

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

mkardous-silabs
Copy link
Contributor

@mkardous-silabs mkardous-silabs commented Nov 14, 2024

Description

Wi-Fi reconnect logi had two different methodologies : One during commissioning and one for standard operations. Having this double logic is unecessary and the fibonnaci like design is sufficient.

The commissioning design also required access to the BaseApplication which is in the app layer which is not accessible from the platform layer.

There will be a follow up PR to implement a true fibonnaci retry mechanims since the current design just doubles the retry interval

@mkardous-silabs mkardous-silabs added the sl-up This TAG indicates that this commit needs to be upstreamed to CSA before its next release. label Nov 14, 2024
@mkardous-silabs mkardous-silabs requested a review from a team as a code owner November 14, 2024 15:44
@jmartinez-silabs
Copy link
Contributor

jmartinez-silabs commented Nov 14, 2024

Careful with the upstream. the restyle part brings changes to the retrieve script.

Copy link
Contributor

@lpbeliveau-silabs lpbeliveau-silabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve with the condition to look into the typo fix Ricardo pointed out.

@mkardous-silabs mkardous-silabs merged commit 87901a5 into release_2.5-1.4 Nov 14, 2024
11 of 12 checks passed
@mkardous-silabs mkardous-silabs deleted the sl-up/wifi_retry branch November 14, 2024 17:45
mkardous-silabs added a commit that referenced this pull request Dec 14, 2024
…6628)

* [SL-UP] Remove two algo design for the wifi retry mechanism (#103)

* [SL-UP] Rename ot interval to transport interval (#108)

* [SL-UP] Delete unnecessary double abstraction for the wiseconnect power save functions (#109)

* [SL-UP] Update spi-multiplex header inclusion (#110)

* [SL-UP] Fix Builds after Wi-Fi interface refactor (#111)

* [SL-UP] Remove WF200 define duplication to avoid value conflicts at runtime (#126)

* fix spacing

* restyle

* Fix define name

* add missing function

* Fix wf200 ICD build

* Restyled by clang-format

* Add debug config

* Re added sem check

---------

Co-authored-by: Restyled.io <[email protected]>
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants