From 9fc5b085e164989b07b9658ce7b0d3747320fdbc Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 19 Dec 2010 22:33:36 +0000 Subject: [PATCH] omap: pandora: fix wifi support After commit ed919b0 "mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARD" it is required to specify MMC_CAP_POWER_OFF_CARD to have runtime PM support. As the wl1251 driver expects card to be powered down when it's not used, wifi will no longer work after interface is brought down at least once without functioning runtime PM. Fix this by declaring MMC_CAP_POWER_OFF_CARD for MMC3. Signed-off-by: Grazvydas Ignotas Signed-off-by: Tony Lindgren --- Reading git-format-patch failed