From: Arend van Spriel Date: Thu, 20 Nov 2014 21:27:02 +0000 (+0100) Subject: brcmfmac: correct .disconnect() callback while connecting X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~28^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3fff148679d5850994e53c57eb798cd201c88c;p=pandora-kernel.git brcmfmac: correct .disconnect() callback while connecting When the driver has sent a join iovar to the firmware it waits for the events to report result of the connection. However, the wpa_supplicant will request a .disconnect() after a timeout. So upon calling .disconnect() the interface state may still be CONNECTING. Clear the CONNECTING bit as well. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed