Created
May 31, 2012 09:52
-
-
Save steven676/2842326 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Taken directly from chrmhoffmann's work on wifi for the Nook Tablet: Kuzma30/kernel3NookTablet@761da57#L2L1629