Skip to content

Commit

Permalink
Staging: w35und: remove gl_80211.h header
Browse files Browse the repository at this point in the history
The gl_80211.h header file contains only two definitions that are actually
used. Move them to mds_s.h and remove the otherwise unused file.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 3b05574 commit 4bb5a7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 128 deletions.
126 changes: 0 additions & 126 deletions drivers/staging/winbond/gl_80211.h

This file was deleted.

1 change: 0 additions & 1 deletion 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 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 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 4bb5a7e

Please sign in to comment.