Skip to content

Instantly share code, notes, and snippets.

@steven676
Created May 31, 2012 09:52
Show Gist options
  • Save steven676/2842326 to your computer and use it in GitHub Desktop.
Save steven676/2842326 to your computer and use it in GitHub Desktop.
--- keyodi-ti-omap-encore-kernel3-63d6ff0/arch/arm/mach-omap2/board-encore.c 2012-05-30 16:52:45.000000000 -0700
+++ keyodi-ti-omap-encore-kernel3-63d6ff0-1/arch/arm/mach-omap2/board-encore.c 2012-05-31 02:49:59.000000000 -0700
@@ -161,8 +161,7 @@ static void config_wlan_mux(void)
static struct wl12xx_platform_data zoom3_wlan_data __initdata = {
.irq = OMAP_GPIO_IRQ(ZOOM3_WIFI_IRQ_GPIO),
- .board_ref_clock = WL12XX_REFCLOCK_26,
- .board_tcxo_clock = WL12XX_TCXOCLOCK_26,
+ .board_ref_clock = WL12XX_REFCLOCK_38,
};
static void zoom3_wifi_init(void)
@steven676
Copy link
Author

Taken directly from chrmhoffmann's work on wifi for the Nook Tablet: Kuzma30/kernel3NookTablet@761da57#L2L1629

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment