Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162003
b: refs/heads/master
c: 0d0202f
h: refs/heads/master
i:
  162001: 06047f6
  161999: a192e47
v: v3
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 84d84bd commit a4e06b3
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 34 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: f60f79e05aa35eaae7fc1cedaba117bdafe306e2
refs/heads/master: 0d0202fd888a0f6e42d14aa903c6d79fc8777125
3 changes: 0 additions & 3 deletions trunk/drivers/staging/wlan-ng/hfa384x_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@

#define SUBMIT_URB(u,f) usb_submit_urb(u,f)

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

#include "p80211types.h"
#include "p80211hdr.h"
#include "p80211mgmt.h"
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/wlan-ng/p80211netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@
#include <net/iw_handler.h>
#include <net/net_namespace.h>

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

#include "p80211types.h"
#include "p80211hdr.h"
#include "p80211conv.h"
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/wlan-ng/p80211netdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
#include <linux/wireless.h>
#include <linux/netdevice.h>

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

#undef netdevice_t
typedef struct net_device netdevice_t;

Expand Down
15 changes: 0 additions & 15 deletions trunk/drivers/staging/wlan-ng/p80211wep.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,14 @@

/* #define WEP_DEBUG */

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

#include "p80211hdr.h"
#include "p80211types.h"
#include "p80211msg.h"
#include "p80211conv.h"
#include "p80211netdev.h"

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

#define WEP_KEY(x) (((x) & 0xC0) >> 6)

/*================================================================*/
/* Local Static Definitions */

static const u32 wep_crc32_table[256] = {
0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L,
0x706af48fL, 0xe963a535L, 0x9e6495a3L, 0x0edb8832L, 0x79dcb8a4L,
Expand Down Expand Up @@ -128,12 +119,6 @@ static const u32 wep_crc32_table[256] = {
0x2d02ef8dL
};

/*================================================================*/
/* Local Function Declarations */

/*================================================================*/
/* Function Definitions */

/* keylen in bytes! */

int wep_change_key(wlandevice_t *wlandev, int keynum, u8 *key, int keylen)
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/wlan-ng/p80211wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
#include <linux/if_ether.h>
#include <linux/bitops.h>

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

#include "p80211types.h"
#include "p80211hdr.h"
#include "p80211conv.h"
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/wlan-ng/prism2mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
#include <linux/usb.h>
#include <linux/bitops.h>

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

#include "p80211types.h"
#include "p80211hdr.h"
#include "p80211mgmt.h"
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/wlan-ng/prism2sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
#include <linux/if_ether.h>
#include <linux/bitops.h>

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

#include "p80211types.h"
#include "p80211hdr.h"
#include "p80211mgmt.h"
Expand Down

0 comments on commit a4e06b3

Please sign in to comment.