• J
    mac80211: clarify interface iteration and make it configurable · 8b2c9824
    Johannes Berg 提交于
    During hardware restart, all interfaces are iterated even
    though they haven't been re-added to the driver, document
    this behaviour. The same also happens during resume, which
    is even more confusing since all of the interfaces were
    previously removed from the driver. Make this optional so
    drivers relying on the current behaviour can still use it,
    but to let drivers that don't want this behaviour disable
    it.
    
    Also convert all API users, keeping the old semantics
    except in hwsim, where the new normal ones are desired.
    Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
    8b2c9824
mac80211.h 158.8 KB