diff options
Diffstat (limited to 'include/linux/wl12xx.h')
-rw-r--r-- | include/linux/wl12xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/wl12xx.h b/include/linux/wl12xx.h index 4b697395326..0f559ae411c 100644 --- a/include/linux/wl12xx.h +++ b/include/linux/wl12xx.h | |||
@@ -34,6 +34,7 @@ enum { | |||
34 | WL12XX_REFCLOCK_26_XTAL = 5, /* 26 MHz, XTAL */ | 34 | WL12XX_REFCLOCK_26_XTAL = 5, /* 26 MHz, XTAL */ |
35 | }; | 35 | }; |
36 | 36 | ||
37 | |||
37 | /* TCXO clock values */ | 38 | /* TCXO clock values */ |
38 | enum { | 39 | enum { |
39 | WL12XX_TCXOCLOCK_19_2 = 0, /* 19.2MHz */ | 40 | WL12XX_TCXOCLOCK_19_2 = 0, /* 19.2MHz */ |
@@ -48,6 +49,7 @@ enum { | |||
48 | 49 | ||
49 | struct wl12xx_platform_data { | 50 | struct wl12xx_platform_data { |
50 | void (*set_power)(bool enable); | 51 | void (*set_power)(bool enable); |
52 | void (*set_carddetect)(bool enable); | ||
51 | /* SDIO only: IRQ number if WLAN_IRQ line is used, 0 for SDIO IRQs */ | 53 | /* SDIO only: IRQ number if WLAN_IRQ line is used, 0 for SDIO IRQs */ |
52 | int irq; | 54 | int irq; |
53 | bool use_eeprom; | 55 | bool use_eeprom; |