Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162006
b: refs/heads/master
c: c400417
h: refs/heads/master
v: v3
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 4c55353 commit f233e0f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 38 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: 84d9bd7d55fea1d1da364a4cdd9766f1b26aa747
refs/heads/master: c4004175eb51a40069b879d547e32fe8b4d6fde1
15 changes: 0 additions & 15 deletions trunk/drivers/staging/wlan-ng/p80211hdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,8 @@
#ifndef _P80211HDR_H
#define _P80211HDR_H

/*================================================================*/
/* System Includes */

#include <linux/if_ether.h>

/*================================================================*/
/* Project Includes */

/*================================================================*/
/* Constants */

/*--- Sizes -----------------------------------------------*/
#define WLAN_CRC_LEN 4
#define WLAN_BSSID_LEN 6
Expand Down Expand Up @@ -121,9 +112,6 @@
#define WLAN_FSTYPE_CFPOLL 0x06
#define WLAN_FSTYPE_CFACK_CFPOLL 0x07

/*================================================================*/
/* Macros */

/*--- FC Macros ----------------------------------------------*/
/* Macros to get/set the bitfields of the Frame Control Field */
/* GET_FC_??? - takes the host byte-order value of an FC */
Expand Down Expand Up @@ -157,9 +145,6 @@

#define DOT11_RATE5_ISBASIC_GET(r) (((u8)(r)) & BIT(7))

/*================================================================*/
/* Types */

/* Generic 802.11 Header types */

typedef struct p80211_hdr_a3 {
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/staging/wlan-ng/p80211meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@
#ifndef _P80211META_H
#define _P80211META_H

/*================================================================*/
/* Project Includes */

/*================================================================*/
/* Types */

/*----------------------------------------------------------------*/
/* The following structure types are used for the metadata */
/* representation of category list metadata, group list metadata, */
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/staging/wlan-ng/p80211mgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,10 @@
#ifndef _P80211MGMT_H
#define _P80211MGMT_H

/*================================================================*/
/* Project Includes */

#ifndef _P80211HDR_H
#include "p80211hdr.h"
#endif

/*================================================================*/
/* Constants */

/*-- Information Element IDs --------------------*/
#define WLAN_EID_SSID 0
#define WLAN_EID_SUPP_RATES 1
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/staging/wlan-ng/p80211msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,8 @@
#ifndef _P80211MSG_H
#define _P80211MSG_H

/*================================================================*/
/* Project Includes */

#define WLAN_DEVNAMELEN_MAX 16

/*--------------------------------------------------------------------*/
/* Prototype msg type */

typedef struct p80211msg {
u32 msgcode;
u32 msglen;
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/wlan-ng/p80211types.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@
#ifndef _P80211TYPES_H
#define _P80211TYPES_H

/*================================================================*/
/* Project Includes */
/*================================================================*/

/*----------------------------------------------------------------*/
/* The following constants are indexes into the Mib Category List */
/* and the Message Category List */
Expand Down

0 comments on commit f233e0f

Please sign in to comment.