[PATCH] hostap: Fix pci_driver name for hostap_plx and hostap_pci
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / hostap / hostap_pci.c
index 025f8cdb55663758d5329163084965c0403ed0db..b9254f73fbafd057ddfa284ab4c43a050a5c6a9d 100644 (file)
@@ -441,7 +441,7 @@ static int prism2_pci_resume(struct pci_dev *pdev)
 MODULE_DEVICE_TABLE(pci, prism2_pci_id_table);
 
 static struct pci_driver prism2_pci_drv_id = {
-       .name           = "prism2_pci",
+       .name           = "hostap_pci",
        .id_table       = prism2_pci_id_table,
        .probe          = prism2_pci_probe,
        .remove         = prism2_pci_remove,