Merge /spare/repo/netdev-2.6 branch 'ieee80211'
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / wl3501_cs.c
index 0e3afab627504e917332c62688a3cc4cb445bc3b..77d8ac858036a6639ba0f87db260ce0b1937431e 100644 (file)
@@ -2240,6 +2240,12 @@ static int wl3501_event(event_t event, int pri, event_callback_args_t *args)
        return 0;
 }
 
+static struct pcmcia_device_id wl3501_ids[] = {
+       PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0001),
+       PCMCIA_DEVICE_NULL
+};
+MODULE_DEVICE_TABLE(pcmcia, wl3501_ids);
+
 static struct pcmcia_driver wl3501_driver = {
        .owner          = THIS_MODULE,
        .drv            = {
@@ -2247,6 +2253,7 @@ static struct pcmcia_driver wl3501_driver = {
        },
        .attach         = wl3501_attach,
        .detach         = wl3501_detach,
+       .id_table       = wl3501_ids,
 };
 
 static int __init wl3501_init_module(void)