pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / net / wireless / hostap / hostap_cs.c
index d6ff0c7b7d948227c8ebe620088b2804f0c9f1ef..ba645701179a90da43530f9009d1c66e0bede30f 100644 (file)
@@ -707,9 +707,7 @@ MODULE_DEVICE_TABLE(pcmcia, hostap_cs_ids);
 
 
 static struct pcmcia_driver hostap_driver = {
-       .drv            = {
-               .name   = "hostap_cs",
-       },
+       .name           = "hostap_cs",
        .probe          = hostap_cs_probe,
        .remove         = prism2_detach,
        .owner          = THIS_MODULE,
This page took 0.036267 seconds and 5 git commands to generate.