-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Silabs] [WiFi] Removing the IP polling from the siwx917 and adding only for rs9116 #37782
base: master
Are you sure you want to change the base?
[Silabs] [WiFi] Removing the IP polling from the siwx917 and adding only for rs9116 #37782
Conversation
PR #37782: Size comparison from 629fea4 to 6c979c8 Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
|
||
#if SLI_SI917 | ||
// Setting the notify since 917 device got the IP already | ||
WifiPlatformEvent event = WifiPlatformEvent::kStationNotify; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the function name is not indicative of the event being posted here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated the names, I can even add these 2 in different files if needed
PR #37782: Size comparison from 629fea4 to a39d828 Increases above 0.2%:
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Testing
The IP polling is already a part of sl_net_up() in the wifi-sdk so removing the duplicate file and using the file directly from the wifi sdk itself.
Just Keeping the notify connection once connect is done for 917 devices.
Moving the refactored code to the rs9116 where it is only needed.
Modifying the TA retry attempts to 1, i.e., TA will retry to connect only once and then give control to M4, to get best power number
Tested on 917 SOC and RS9116