Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 4e709ff6 authored by Matti Gottlieb's avatar Matti Gottlieb Committed by Greg Kroah-Hartman
Browse files

iwlwifi: mvm: ROC - bug fixes around time events and locking

commit a6cc5163

 upstream.

Don't add the time event to the list. We added it several
times the same time event, which leads to an infinite loop
when walking the list.

Since we (currently) don't support more than one ROC for STA
vif at a time, enforce this and don't add the time event
to any list.

We were also missing the locking of the mutex which led to
a lockdep splat - fix that.

Signed-off-by: default avatarMatti Gottlieb <matti.gottlieb@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e82d0176
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