]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/net/wireless/wl3501_cs.c
pcmcia: move config_{base,index,regs} to struct pcmcia_device
[mirror_ubuntu-jammy-kernel.git] / drivers / net / wireless / wl3501_cs.c
index a1cc2d498a1c01bd19b0174d1497d8bd0c0c8a8b..3947cf8e63c50ce30a6e9378b31705ea398fb4a2 100644 (file)
@@ -1889,8 +1889,7 @@ static int wl3501_probe(struct pcmcia_device *p_dev)
 
        /* General socket configuration */
        p_dev->conf.Attributes  = CONF_ENABLE_IRQ;
-       p_dev->conf.IntType     = INT_MEMORY_AND_IO;
-       p_dev->conf.ConfigIndex = 1;
+       p_dev->config_index     = 1;
 
        dev = alloc_etherdev(sizeof(struct wl3501_card));
        if (!dev)