[PATCH 4/9] backports: revert commit for mwifiex sido.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Revert this commit on kernel version < 3.7

    mwifiex: card reset: enable rescan of non-removable card

    mmc_rescan will scan for non-removable cards only once, hence the card
    will not be rediscovered.

    Signed-off-by: Andreas Fenkart <afenkart@xxxxxxxxx>
    Acked-by: Bing Zhao <bzhao@xxxxxxxxxxx>
    Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx>

Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
---
 .../network/0046-mmc_rescan_entered/mwifiex.patch            | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 patches/collateral-evolutions/network/0046-mmc_rescan_entered/mwifiex.patch

diff --git a/patches/collateral-evolutions/network/0046-mmc_rescan_entered/mwifiex.patch b/patches/collateral-evolutions/network/0046-mmc_rescan_entered/mwifiex.patch
new file mode 100644
index 0000000..89de2fb
--- /dev/null
+++ b/patches/collateral-evolutions/network/0046-mmc_rescan_entered/mwifiex.patch
@@ -0,0 +1,12 @@
+--- a/drivers/net/wireless/mwifiex/sdio.c
++++ b/drivers/net/wireless/mwifiex/sdio.c
+@@ -1954,7 +1954,9 @@ static void mwifiex_sdio_card_reset_work
+ 	mmc_remove_host(target);
+ 	/* 20ms delay is based on experiment with sdhci controller */
+ 	mdelay(20);
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,7,0)
+ 	target->rescan_entered = 0; /* rescan non-removable cards */
++#endif
+ 	mmc_add_host(target);
+ }
+ 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux