Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235843
b: refs/heads/master
c: 49ba9d2
h: refs/heads/master
i:
  235841: c4209c0
  235839: 8f774e5
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent d041715 commit b7901b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 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: db3f94c5a44ebe356c3850bf2c04ea0bd5d2443e
refs/heads/master: 49ba9d2d1c6d5523ee4e9e5b31dd89445727a977
10 changes: 1 addition & 9 deletions trunk/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,6 @@ module_param(dhd_pktgen_len, uint, 0);
#define DHD_COMPILED
#endif

static char dhd_version[] = "Dongle Host Driver, version " EPI_VERSION_STR
#ifdef DHD_DEBUG
"\nCompiled in " " on " __DATE__ " at " __TIME__
#endif
;

#if defined(CONFIG_WIRELESS_EXT)
struct iw_statistics *dhd_get_wireless_stats(struct net_device *dev);
#endif /* defined(CONFIG_WIRELESS_EXT) */
Expand Down Expand Up @@ -2466,9 +2460,7 @@ static int __init dhd_module_init(void)

error = dhd_bus_register();

if (!error)
printf("\n%s\n", dhd_version);
else {
if (error) {
DHD_ERROR(("%s: sdio_register_driver failed\n", __func__));
goto faild;
}
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,13 +762,6 @@ static struct wl_info *wl_attach(u16 vendor, u16 device, unsigned long regs,
WL_ERROR("%s: regulatory_hint failed, status %d\n",
__func__, err);
}
WL_ERROR("wl%d: Broadcom BCM43xx 802.11 MAC80211 Driver (" PHY_VERSION_STR ")",
unit);

#ifdef BCMDBG
printf(" (Compiled at " __TIME__ " on " __DATE__ ")");
#endif /* BCMDBG */
printf("\n");

wl_found++;
return wl;
Expand Down

0 comments on commit b7901b2

Please sign in to comment.