commit | 305d236e83b664e0c1e1e29d06f8780fdd311fd4 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Wed Dec 09 16:33:20 2015 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Dec 13 08:52:51 2015 +0200 |
tree | ac7d0a9c2a85ba83e4cea2183b78bd9ce1ae1ba0 | |
parent | 95a451c5e2eff812d572ee289a92cc5d38cc7e1c [diff] |
iwlwifi: mvm: cleanup roc te on restart cleanup iwl_mvm_restart_cleanup() calls ieee80211_remain_on_channel_expired() on cleanup, but it doesn't clean the actual roc time events, resulting in failure of further ROC attempts. Refactor iwl_mvm_stop_roc() a bit, and add a new function to only cleanup the roc time events (without sending further commands). Signed-off-by: Eliad Peller <eliadx.peller@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>