Re: [PATCH v2 3/3] station: improve roam scan strategy
Alexander Ganslandt <[email protected]> Fri, 12 Sep 2025 09:53:13 +0200
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
On 9/9/25 15:35, James Prestwood wrote: > Overall I agree with this approach, but I'm still looking at this patch > in detail as its quite intrusive to the roaming logic. One thing to > address right off the bat is the CI failure. Looks like there were some > incremental patch issues (applying patches 1-by-1 and building in > between). This prevented the autotests from running but I suspect we > will need to alter the autotests a bit due to logic changes in this patch. > > Thanks, > > James Hello James, Thanks for the feedback! Yes, a lot of core roaming logic has changed, so it's good that we take our time to ensure it works well. I found it a bit tricky to follow all the paths where scans would be triggered so I tried to make all roads lead to station_start_roam(). If I succeeded with that in a good way is up for debate :) I will push a fix for your comment and the CI issues soon! Thanks again, Alexander