pcmcia: move config_{base,index,regs} to struct pcmcia_device
[deliverable/linux.git] / drivers / char / pcmcia / ipwireless / main.c
index 0f0be4df7b7c611f53c80661b761c9da17469c46..05c4e6834a6b23e363271cc56f5c5db85d5fcc05 100644 (file)
@@ -92,7 +92,7 @@ static int ipwireless_probe(struct pcmcia_device *p_dev,
 
        /* 0x40 causes it to generate level mode interrupts. */
        /* 0x04 enables IREQ pin. */
-       p_dev->conf.ConfigIndex = cfg->index | 0x44;
+       p_dev->config_index = cfg->index | 0x44;
        p_dev->io_lines = 16;
        ret = pcmcia_request_io(p_dev);
        if (ret)
This page took 0.023873 seconds and 5 git commands to generate.