• Johannes Berg's avatar
    wifi: mac80211: lock wiphy in IP address notifier · 730538ed
    Johannes Berg authored
    Lock the wiphy in the IP address notifier as another
    place that should have it locked before calling into
    the driver. This needs a bit of attention since the
    notifier can be called while the wiphy is already
    locked, when we remove an interface. Handle this by
    not running the notifier in this case, and instead
    calling out to the driver directly.
    Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
    730538ed
iface.c 61.7 KB