Commit ecbd69c2 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Revert "iwlwifi: mvm: fix failure path when power_update fails in add_interface"

This reverts commit fce2d025

It was incorrectly applied, as it merged with fuzz.
Reported-by: default avatarJiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org
parent 58aef0a8
......@@ -541,7 +541,7 @@ static int iwl_mvm_mac_add_interface(struct ieee80211_hw *hw,
ret = iwl_mvm_mac_ctxt_add(mvm, vif);
if (ret)
goto out_remove_mac;
goto out_release;
/*
* Update power state on the new interface. Admittedly, based on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment