Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56245
b: refs/heads/master
c: 3ce4023
h: refs/heads/master
i:
  56243: a6f8c94
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed May 11, 2007
1 parent 7a4a03f commit 01ba4c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 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: 0dc5a29044d56912bf0d4e5cd19127f82b90c29c
refs/heads/master: 3ce4023275a9d65d913d738846cea4a844e24b51
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
#include "debugfs.h"
#include "assoc.h"

#define DRIVER_RELEASE_VERSION "320.p0"
const char libertas_driver_version[] = "COMM-USB8388-" DRIVER_RELEASE_VERSION
#ifdef DEBUG
"-dbg"
#endif
"";

#ifdef ENABLE_PM
static struct pm_dev *wlan_pm_dev = NULL;
#endif
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/net/wireless/libertas/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
#define DRIVER_RELEASE_VERSION "320.p0"
const char libertas_driver_version[] = "COMM-USB8388-" DRIVER_RELEASE_VERSION
#ifdef DEBUG
"-dbg"
#endif
"";


1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/libertas/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "defs.h"
#include "dev.h"
#include "join.h"
#include "version.h"
#include "wext.h"
#include "assoc.h"

Expand Down

0 comments on commit 01ba4c1

Please sign in to comment.