Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126611
b: refs/heads/master
c: e02c69b
h: refs/heads/master
i:
  126609: a30f91c
  126607: 0a6fc19
v: v3
  • Loading branch information
Solomon Peachy authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent de43e27 commit 534bce8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 248 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: 1e7201836c576883d5bd708810cc72ab1392756f
refs/heads/master: e02c69b8af13938153a3e9470fadce49608170de
3 changes: 1 addition & 2 deletions trunk/drivers/staging/wlan-ng/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
obj-$(CONFIG_PRISM2_USB) += prism2_usb.o
obj-$(CONFIG_PRISM2_USB) += p80211.o

p80211-objs := p80211mod.o \
prism2_usb-objs := prism2usb.o \
p80211conv.o \
p80211req.o \
p80211wep.o \
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/wlan-ng/p80211conv.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
/*================================================================*/
/* System Includes */

#define __NO_VERSION__ /* prevent the static definition */


#include <linux/version.h>

#include <linux/module.h>
Expand Down
195 changes: 0 additions & 195 deletions trunk/drivers/staging/wlan-ng/p80211mod.c

This file was deleted.

57 changes: 13 additions & 44 deletions trunk/drivers/staging/wlan-ng/p80211netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@
/*================================================================*/
/* Local Types */

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

#define __NO_VERSION__ /* prevent the static definition */

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

Expand All @@ -130,48 +125,22 @@ static int p80211knetdev_set_mac_address(netdevice_t *dev, void *addr);
static void p80211knetdev_tx_timeout(netdevice_t *netdev);
static int p80211_rx_typedrop( wlandevice_t *wlandev, u16 fc);

int wlan_watchdog = 5000;
module_param(wlan_watchdog, int, 0644);
MODULE_PARM_DESC(wlan_watchdog, "transmit timeout in milliseconds");

/*================================================================*/
/* Function Definitions */
int wlan_wext_write = 1;
module_param(wlan_wext_write, int, 0644);
MODULE_PARM_DESC(wlan_wext_write, "enable write wireless extensions");

/*----------------------------------------------------------------
* p80211knetdev_startup
*
* Initialize the wlandevice/netdevice part of 802.11 services at
* load time.
*
* Arguments:
* none
*
* Returns:
* nothing
----------------------------------------------------------------*/
void p80211netdev_startup(void)
{
DBFENTER;

DBFEXIT;
return;
}
#ifdef WLAN_INCLUDE_DEBUG
int wlan_debug=0;
module_param(wlan_debug, int, 0644);
MODULE_PARM_DESC(wlan_debug, "p80211 debug level");
#endif

/*----------------------------------------------------------------
* p80211knetdev_shutdown
*
* Shutdown the wlandevice/netdevice part of 802.11 services at
* unload time.
*
* Arguments:
* none
*
* Returns:
* nothing
----------------------------------------------------------------*/
void
p80211netdev_shutdown(void)
{
DBFENTER;
DBFEXIT;
}
/*================================================================*/
/* Function Definitions */

/*----------------------------------------------------------------
* p80211knetdev_init
Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/staging/wlan-ng/prism2sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@
/*================================================================*/
/* Local Static Definitions */

typedef char* dev_info_t;

static dev_info_t dev_info = "prism2_usb";
static char *dev_info = "prism2_usb";

static wlandevice_t *create_wlan(void);

Expand Down
File renamed without changes.

0 comments on commit 534bce8

Please sign in to comment.