Optimizations for band steering and config defaults / bug fixes to aggressive roaming and socket handling#18
Open
NilsRo wants to merge 6 commits into
Open
Optimizations for band steering and config defaults / bug fixes to aggressive roaming and socket handling#18NilsRo wants to merge 6 commits into
NilsRo wants to merge 6 commits into
Conversation
This shows how the different values must be set relative to each other so that the configs make sense. In the long term this should be implemented as checks in the config loading code and emit warnings, but documenting them is better than status quo at the moment. Signed-off-by: Joel Low <joel@joelsplace.sg>
Load threshold is not evaluated correctly as the result of the comparison can be false only. - policy: load comparison of actual and target node Signed-off-by: Nils Hendrik Rottgardt <n.rottgardt@gmail.com>
- main,; usteer config: consolidated initial config values - main:, usteer config: added roam_scan_snr and signal_diff_threshold default values - README: added config recommendation Signed-off-by: Nils Hendrik Rottgardt <n.rottgardt@gmail.com> default Signed-off-by: Nils Hendrik Rottgardt <n.rottgardt@gmail.com>
- main: local_mode initalisation to false explicitly - remote: avoid socket creation in local mode Signed-off-by: Nils Hendrik Rottgardt <n.rottgardt@gmail.com>
…lebility - sta: moved aggressivemess update to correct location - sta: easied entry of mac as it is case insensitve now - ubus: added aggressivness to connected_clients api Signed-off-by: Nils Hendrik Rottgardt <n.rottgardt@gmail.com>
Signed-off-by: Nils Hendrik Rottgardt <n.rottgardt@gmail.com>
This file contains hidden or 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
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 PR continues the work started in #10 and ports the last changes, improvements, and bug fixes from usteer‑ng back to the primary usteer project. The goal is to ensure that recent developments in usteer‑ng are available to all users of usteer.
Optimizations
Bugs