pcmcia: move config_{base,index,regs} to struct pcmcia_device
[deliverable/linux.git] / drivers / staging / wlags49_h2 / wl_cs.c
index b2efff692ad54bbe40c2aa6ed8a96899cee6f2be..778800f1e46479c33d39b631f9b276daa99669c8 100644 (file)
@@ -148,8 +148,8 @@ static int wl_adapter_attach(struct pcmcia_device *link)
        link->resource[0]->end  = HCF_NUM_IO_PORTS;
        link->resource[0]->flags= IO_DATA_PATH_WIDTH_16;
        link->conf.Attributes   = CONF_ENABLE_IRQ;
-       link->conf.ConfigIndex  = 5;
-       link->conf.Present      = PRESENT_OPTION;
+       link->config_index      = 5;
+       link->config_regs       = PRESENT_OPTION;
 
        link->priv = dev;
        lp = wl_priv(dev);
This page took 0.037413 seconds and 5 git commands to generate.