• J
    mac80211: don't delay station destruction · d34ba216
    Johannes Berg 提交于
    If we can assume that stations are never referenced by the
    driver after sta_state returns (and this is true since the
    previous iwlmvm patch and for all other drivers) then we
    don't need to delay station destruction, and don't need to
    play tricks with rcu_barrier() etc.
    
    This should speed up some scenarios like hostapd shutdown.
    Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
    d34ba216
cfg.c 103.5 KB