Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259807
b: refs/heads/master
c: c8796cb
h: refs/heads/master
i:
  259805: b43482a
  259803: f3b3aca
  259799: d2667b9
  259791: 7ed4879
  259775: f58ab57
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 501c86e commit 0c50e19
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: 67a646f0d381f8ec3080f379651661e030b29312
refs/heads/master: c8796cbeabba6dd946b78edea71dbee90edabbf0
2 changes: 2 additions & 0 deletions trunk/drivers/staging/brcm80211/brcmfmac/dhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#ifndef _dhd_h_
#define _dhd_h_

#define BRCMF_VERSION_STR "4.218.248.5"

#define BRCMF_C_IOCTL_SMLEN 256 /* "small" ioctl buffer required */
#define BRCMF_C_IOCTL_MEDLEN 1536 /* "med" ioctl buffer required */
#define BRCMF_C_IOCTL_MAXLEN 8192
Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/staging/brcm80211/brcmfmac/dhd_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@ int brcmf_msg_level;
char brcmf_fw_path[MOD_PARAM_PATHLEN];
char brcmf_nv_path[MOD_PARAM_PATHLEN];

#define EPI_VERSION_STR "4.218.248.5"
#define MSGTRACE_VERSION 1

#ifdef BCMDBG
const char brcmf_version[] =
"Dongle Host Driver, version " EPI_VERSION_STR "\nCompiled on " __DATE__
"Dongle Host Driver, version " BRCMF_VERSION_STR "\nCompiled on " __DATE__
" at " __TIME__;
#else
const char brcmf_version[] = "Dongle Host Driver, version " EPI_VERSION_STR;
const char brcmf_version[] = "Dongle Host Driver, version " BRCMF_VERSION_STR;
#endif

/* IOVar table */
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "dhd_dbg.h"
#include "wl_cfg80211.h"

#define EPI_VERSION_STR "4.218.248.5"
#define ETH_P_BRCM 0x886c

/* Global ASSERT type flag */
Expand Down Expand Up @@ -1278,7 +1277,7 @@ static int brcmf_ethtool(dhd_info_t *dhd, void *uaddr)
/* if dhd requested, identify ourselves */
if (strcmp(drvname, "?dhd") == 0) {
sprintf(info.driver, "dhd");
strcpy(info.version, EPI_VERSION_STR);
strcpy(info.version, BRCMF_VERSION_STR);
}

/* otherwise, require dongle to be up */
Expand Down

0 comments on commit 0c50e19

Please sign in to comment.