Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235635
b: refs/heads/master
c: c836f77
h: refs/heads/master
i:
  235633: 66daa33
  235631: fa2d1b4
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 7c9d6e8 commit 3ab3fc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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: d8941ea65ac3e0200e960957125be50f245d164c
refs/heads/master: c836f77fdba3631e295e3da1718ab53a9038fdf2
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static struct platform_driver wifi_device = {
.suspend = wifi_suspend,
.resume = wifi_resume,
.driver = {
.name = "bcm4329_wlan",
.name = KBUILD_MODNAME,
}
};

Expand Down
12 changes: 6 additions & 6 deletions trunk/drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -1184,14 +1184,14 @@ static void wl_remove(struct pci_dev *pdev)
}

static struct pci_driver wl_pci_driver = {
.name = "brcm80211",
.probe = wl_pci_probe,
.name = KBUILD_MODNAME,
.probe = wl_pci_probe,
#ifdef LINUXSTA_PS
.suspend = wl_suspend,
.resume = wl_resume,
.suspend = wl_suspend,
.resume = wl_resume,
#endif /* LINUXSTA_PS */
.remove = __devexit_p(wl_remove),
.id_table = wl_id_table,
.remove = __devexit_p(wl_remove),
.id_table = wl_id_table,
};

/**
Expand Down

0 comments on commit 3ab3fc3

Please sign in to comment.