Skip to content

Commit

Permalink
Staging: wlan-ng: Remove dead/unused code from p80211req.c
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 3e7dbde commit 4ae14c3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions drivers/staging/wlan-ng/p80211req.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
/*================================================================*/
/* System Includes */



#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
Expand Down Expand Up @@ -83,21 +81,6 @@
#include "p80211metastruct.h"
#include "p80211req.h"

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

/* Maximum amount of time we'll wait for a request to complete */
#define P80211REQ_MAXTIME 3*HZ /* 3 seconds */

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

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

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

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

Expand Down Expand Up @@ -287,4 +270,3 @@ static int p80211req_mibset_mibget(wlandevice_t *wlandev,

return 0;
}

0 comments on commit 4ae14c3

Please sign in to comment.