• J
    cfg80211: reg: remove useless reg_timeout scheduling · 922ec58c
    Johannes Berg 提交于
    When the functions reg_set_rd_driver() and reg_set_rd_country_ie()
    return with an error, the calling function already restores data
    by calling restore_regulatory_settings(), so there's no need to
    also schedule a timeout (which would lead to other side effects
    such as indicating CRDA failed, which clearly isn't true.) Remove
    the scheduling.
    Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
    922ec58c
reg.c 84.7 KB