From: Emmanuel Grumbach Date: Tue, 4 Mar 2014 08:28:23 +0000 (+0200) Subject: iwlwifi: mvm: don't WARN when statistics are handled late X-Git-Tag: v3.14-rc7~10^2~26^2^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e9291996c4eedf79883f47ec635235e39d3d6cd;p=pandora-kernel.git iwlwifi: mvm: don't WARN when statistics are handled late Since the statistics handler is asynchrous, it can very well be that we will handle the statistics (hence the RSSI fluctuation) when we already disassociated. Don't WARN on this case. This solves: https://bugzilla.redhat.com/show_bug.cgi?id=1071998 Cc: [3.10+] Fixes: 2b76ef13086f ("iwlwifi: mvm: implement reduced Tx power") Reviewed-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed