diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wimax/i2400m/sdio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wimax/i2400m/sdio.c b/drivers/net/wimax/i2400m/sdio.c index 2d2cc5ac6d86..de158ee0c32c 100644 --- a/drivers/net/wimax/i2400m/sdio.c +++ b/drivers/net/wimax/i2400m/sdio.c | |||
@@ -550,6 +550,8 @@ const struct sdio_device_id i2400ms_sdio_ids[] = { | |||
550 | /* Intel: i2400m WiMAX (iwmc3200) over SDIO */ | 550 | /* Intel: i2400m WiMAX (iwmc3200) over SDIO */ |
551 | { SDIO_DEVICE(SDIO_VENDOR_ID_INTEL, | 551 | { SDIO_DEVICE(SDIO_VENDOR_ID_INTEL, |
552 | SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX) }, | 552 | SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX) }, |
553 | { SDIO_DEVICE(SDIO_VENDOR_ID_INTEL, | ||
554 | SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX_2G5) }, | ||
553 | { /* end: all zeroes */ }, | 555 | { /* end: all zeroes */ }, |
554 | }; | 556 | }; |
555 | MODULE_DEVICE_TABLE(sdio, i2400ms_sdio_ids); | 557 | MODULE_DEVICE_TABLE(sdio, i2400ms_sdio_ids); |