Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57652
b: refs/heads/master
c: 7db283c
h: refs/heads/master
v: v3
  • Loading branch information
Luis Carlos Cobo Rus authored and John W. Linville committed Jun 11, 2007
1 parent 81fbfbd commit ebb8e22
Show file tree
Hide file tree
Showing 3 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: 1db733eff6319cdf4199fc7d3a3554fef1361f1a
refs/heads/master: 7db283c914457dbeb72878df0641f4a5e05d75fa
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/libertas/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
#define cmd_bt_access 0x0087
#define cmd_ret_bt_access 0x8087

#define cmd_fwt_access 0x0088
#define cmd_ret_fwt_access 0x8088
#define cmd_fwt_access 0x0095
#define cmd_ret_fwt_access 0x8095

#define cmd_mesh_access 0x0090
#define cmd_ret_mesh_access 0x8090
#define cmd_mesh_access 0x009b
#define cmd_ret_mesh_access 0x809b

/* For the IEEE Power Save */
#define cmd_subcmd_enter_ps 0x0030
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "debugfs.h"
#include "assoc.h"

#define DRIVER_RELEASE_VERSION "320.p0"
#define DRIVER_RELEASE_VERSION "321.p0"
const char libertas_driver_version[] = "COMM-USB8388-" DRIVER_RELEASE_VERSION
#ifdef DEBUG
"-dbg"
Expand Down

0 comments on commit ebb8e22

Please sign in to comment.