Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141156
b: refs/heads/master
c: 4bb5a7e
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 783a3b7 commit ec0ee5c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 129 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: 3b055748d808f410da75564869a506b21eb6701b
refs/heads/master: 4bb5a7ec7635d1b1b66f853b9a9f9b717bc6b26d
126 changes: 0 additions & 126 deletions trunk/drivers/staging/winbond/gl_80211.h

This file was deleted.

1 change: 0 additions & 1 deletion trunk/drivers/staging/winbond/mds.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "gl_80211.h"
#include "mds_f.h"
#include "mlmetxrx_f.h"
#include "mto.h"
Expand Down
6 changes: 6 additions & 0 deletions trunk/drivers/staging/winbond/mds_s.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
#include "mac_structures.h"
#include "scan_s.h"

/* Preamble_Type, see <SFS-802.11G-MIB-203> */
enum {
WLAN_PREAMBLE_TYPE_SHORT,
WLAN_PREAMBLE_TYPE_LONG,
};

////////////////////////////////////////////////////////////////////////////////////////////////////////
#define MAX_USB_TX_DESCRIPTOR 15 // IS89C35 ability
#define MAX_USB_TX_BUFFER_NUMBER 4 // Virtual pre-buffer number of MAX_USB_TX_BUFFER
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/winbond/mto.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
// LA20040210_DTO kevin
#include "sysdef.h"
#include "sme_api.h"
#include "gl_80211.h"
#include "wbhal_f.h"

// Declare SQ3 to rate and fragmentation threshold table
Expand Down

0 comments on commit ec0ee5c

Please sign in to comment.