• J
    mac80211: always synchronize_net() during station removal · 27a737ff
    Johannes Berg 提交于
    If there are keys left during station removal, then a
    synchronize_net() will be done (for each key, I have a
    patch to address this for 3.10), otherwise it won't be
    done at all which causes issues because the station
    could be used for TX while it's being removed from the
    driver -- that might confuse the driver.
    
    Fix this by always doing synchronize_net() if no key
    was present any more.
    
    Cc: stable@vger.kernel.org
    Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
    27a737ff
sta_info.c 38.3 KB