omap3-pandora-kernel: Set higher functional clock constraint
[openpandora.oe.git] / recipes / linux / omap3-pandora-kernel / 0003-Remove-old-msm_wifi-hack-as-the-temp-platform-driver.patch
1 From e435c10737f7bb5033721927ecff290b2f0b1ab3 Mon Sep 17 00:00:00 2001
2 From: David-John Willis <John.Willis@Distant-earth.com>
3 Date: Mon, 31 Aug 2009 12:06:17 +0100
4 Subject: [PATCH 3/4] Remove old msm_wifi hack as the temp platform driver now abstracts this from wl1251.
5
6 ---
7  arch/arm/mach-omap2/board-omap3pandora.c |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c
11 index 6585a15..1d95fae 100755
12 --- a/arch/arm/mach-omap2/board-omap3pandora.c
13 +++ b/arch/arm/mach-omap2/board-omap3pandora.c
14 @@ -529,7 +529,7 @@ struct wifi_platform_data pandora_wifi_control = {
15  };
16  
17  static struct platform_device pandora_wifi = {
18 -       .name           = "msm_wifi", /* Hack to work with hardcode in driver */
19 +       .name           = "pandora_wifi",
20         .id             = 1,
21         .num_resources  = 0,
22         .resource       = NULL,
23 -- 
24 1.6.3.1
25