Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73446
b: refs/heads/master
c: 2493d8e
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Nov 10, 2007
1 parent 7c581f6 commit 4c42b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 453a3fb9bd1fa50cdf4b69b9936c69497e870774
refs/heads/master: 2493d8e4166fa75ccb8e49fdd000f9ef67e570ae
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/hostap/hostap_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,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 = {
static struct pci_driver prism2_pci_driver = {
.name = "hostap_pci",
.id_table = prism2_pci_id_table,
.probe = prism2_pci_probe,
Expand All @@ -458,13 +458,13 @@ static struct pci_driver prism2_pci_drv_id = {

static int __init init_prism2_pci(void)
{
return pci_register_driver(&prism2_pci_drv_id);
return pci_register_driver(&prism2_pci_driver);
}


static void __exit exit_prism2_pci(void)
{
pci_unregister_driver(&prism2_pci_drv_id);
pci_unregister_driver(&prism2_pci_driver);
}


Expand Down

0 comments on commit 4c42b10

Please sign in to comment.