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

luci-mod-status: add support for the 6g band #6498

Merged
merged 3 commits into from
Sep 18, 2023
Merged

Commits on Sep 18, 2023

  1. luci-mod-status: reuse the already provided band info

    iwinfo already provides the band information with every channel, so just
    use that instead.
    
    Signed-off-by: Andre Heider <a.heider@gmail.com>
    dhewg committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3d9ebf0 View commit details
    Browse the repository at this point in the history
  2. luci-mod-status: only add infos if the band matches

    This prevents adding entries to mismatching bands when a channel
    number exists on more than one band.
    
    Signed-off-by: Andre Heider <a.heider@gmail.com>
    dhewg committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9e33161 View commit details
    Browse the repository at this point in the history
  3. luci-mod-status: add support for the 6g band

    Enable support for the 6GHz band now that the code supports it. For that it
    just needs to be added to the "bands" object.
    
    Signed-off-by: Andre Heider <a.heider@gmail.com>
    dhewg committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    abd8006 View commit details
    Browse the repository at this point in the history