From: Luciano Coelho Date: Tue, 19 Nov 2013 13:38:55 +0000 (+0200) Subject: iwlwifi: mvm: set seqno also when no keys are set X-Git-Tag: v3.13-rc4~3^2~64^2^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa88893709fbf27b62c6b0cf99c72265b9a21ca;p=pandora-kernel.git iwlwifi: mvm: set seqno also when no keys are set In an open BSS, after suspend/resume, we don't set the last seqno because the iwl_mvm_setup_connection_keep() returns too early. This happens because the check to see if we have any keys was returning immediately, without setting seqno and seqno_valid. Fix this. Signed-off-by: Luciano Coelho Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed