From: Malcolm Priestley Date: Wed, 23 Jul 2014 20:35:12 +0000 (+0100) Subject: staging: vt6655: Fix disassociated messages every 10 seconds X-Git-Tag: cleanup-for-v3.18~161^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa0abed3a2a11b7d71ad560c1a3e7631c5a31cd;p=pandora-kernel.git staging: vt6655: Fix disassociated messages every 10 seconds byReAssocCount is incremented every second resulting in disassociated message being send every 10 seconds whether connection or not. byReAssocCount should only advance while eCommandState is in WLAN_ASSOCIATE_WAIT Change existing scope to if condition. Signed-off-by: Malcolm Priestley Cc: Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed