Hi Karen, On Mon, Jan 3, 2011 at 7:00 PM, Brzezowski, Karen <Karen.Brzezowski@xxxxxxx> wrote: ... > I see things about compat-wireless, mac80211, sdio runtime pm support, > lenient generic runtime pm callbacks, > etc.. > > I don't really understand.. do i need all of this for wl1271... compat-wireless will build you the mac80211 layer and the wl1271 driver as external modules. Normally that should have been enough, but in order to support the SDIO interface of the wl1271 we had to change a few stuff in the kernel (mainly add runtime PM support into the SDIO subsystem). Those changes were merged into 2.6.37, so users of older kernels have to backport them manually. Here's the list of items you need: * SDIO runtime PM (11 patches) * The "lenient pm callbacks" patch (a really small and trivial patch) * "wl12xx: add platform data passing support" (that one is not mentioned in the wiki yet for some reason, here's its link: http://www.mail-archive.com/linux-omap@xxxxxxxxxxxxxxx/msg34839.html) But if you're using 2.6.31 you may need other stuff too.. E.g. I'm not sure that SDIO suspend/resume even made it to 2.6.31 at all... > is there any high level documentation as to how wl1271 fits into linux/android? Hmm.. the wiki ? :) Regards, Ohad. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html