From: Zhaoyang Liu Date: Wed, 22 Jul 2015 11:53:43 +0000 (-0700) Subject: mwifiex: fix command timeout for PCIe chipsets X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~124^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=398750992ebe8a3f26d9c1c978911b55c2b2ff8b;p=pandora-kernel.git mwifiex: fix command timeout for PCIe chipsets When WLAN interface is up and running, driver unload and load was causing command timeout error. We enable Rx data by updating RX ring read pointer in init_fw_port(). It should be done when FW is completely intialialised. Command timeout is fixed in this patch by moving init_fw_port() call to mwifiex_init_fw_complete(). Signed-off-by: Zhaoyang Liu Signed-off-by: Amitkumar Karwar Signed-off-by: Kalle Valo --- Reading git-diff-tree failed