diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2007-10-17 16:24:24 -0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-10-17 16:51:13 -0400 |
commit | 727c26ed78b8f2b07452cf8bc9a07ff3f302ab48 (patch) | |
tree | 443606f29eb2b0044a4e1aa1ab4aebf52ce67896 /include/linux/mmc | |
parent | 9e3866b54867c401da8d9a665d228cf0977ab5be (diff) |
net: libertas sdio driver
Add driver for Marvell's Libertas 8385 and 8686 wifi chips.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Acked-by: Dan Williams <dcbw@redhat.com>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/sdio_ids.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h index 09306d47ff5e..ea1bf5ba092f 100644 --- a/include/linux/mmc/sdio_ids.h +++ b/include/linux/mmc/sdio_ids.h | |||
@@ -19,5 +19,11 @@ | |||
19 | #define SDIO_CLASS_WLAN 0x07 /* WLAN interface */ | 19 | #define SDIO_CLASS_WLAN 0x07 /* WLAN interface */ |
20 | #define SDIO_CLASS_ATA 0x08 /* Embedded SDIO-ATA std interface */ | 20 | #define SDIO_CLASS_ATA 0x08 /* Embedded SDIO-ATA std interface */ |
21 | 21 | ||
22 | /* | ||
23 | * Vendors and devices. Sort key: vendor first, device next. | ||
24 | */ | ||
25 | |||
26 | #define SDIO_VENDOR_ID_MARVELL 0x02df | ||
27 | #define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103 | ||
22 | 28 | ||
23 | #endif | 29 | #endif |