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

mac80211: do not enforce start_disabled=1 when staidx>0 #12499

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 4, 2023

  1. mac80211: do not enforce start_disabled=1 when staidx>0

    Allow to override "start_disabled" to 0 even if there are station
    interfaces present on the radio. If "start_disabled" is not explicitly
    defined, the original behaviour of setting it to 1 is retained.
    In other words, the existence of station interfaces now only controls
    the default value of "start_disabled", but does not enforce it to 1.
    
    Signed-off-by: Manas Sambhus <manas.sambhus+github@gmail.com>
    msvamp committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e8823d7 View commit details
    Browse the repository at this point in the history