Skip to content
  • Arik Nemtsov's avatar
    cfg80211: avoid reg-hints in self-managed only systems · ef51fb1d
    Arik Nemtsov authored
    
    
    When a system contains only self-managed regulatory devices all hints
    from the regulatory core are ignored. Stop hint processing early in this
    case. These systems usually don't have CRDA deployed, which results in
    endless (irrelevent) logs of the form:
    cfg80211: Calling CRDA to update world regulatory domain
    
    Make sure there's at least one self-managed device before discarding a
    hint, in order to prevent initial hints from disappearing on CRDA
    managed systems.
    
    Signed-off-by: default avatarArik Nemtsov <arikx.nemtsov@intel.com>
    Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
    ef51fb1d