From: Matti Gottlieb Date: Mon, 29 Sep 2014 08:46:04 +0000 (+0300) Subject: iwlwifi: mvm: ROC - bug fixes around time events and locking X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~25^2~30^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6cc5163149532734b84c86cbffa4994e527074b;p=pandora-kernel.git iwlwifi: mvm: ROC - bug fixes around time events and locking 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: Matti Gottlieb Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed