From: Arend van Spriel Date: Thu, 9 Feb 2012 20:09:05 +0000 (+0100) Subject: brcm80211: fmac: update bus state in common driver part X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb1f38462bcf58cf98d8f7bedf2bfefd394f940;p=pandora-kernel.git brcm80211: fmac: update bus state in common driver part The bus state is updated in the sdio bus init function, but it is better to do it when the brcmf_bus_start() function is completed successfully. The brcmf_netdev_open() function will return -EAGAIN until the state is updated instead of calling brcmf_bus_start() to avoid reentering that function. Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Franky (Zhenhui) Lin Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed