Commit 4ae14c36 authored by Moritz Muehlenhoff's avatar Moritz Muehlenhoff Committed by Greg Kroah-Hartman

Staging: wlan-ng: Remove dead/unused code from p80211req.c

Signed-off-by: default avatarMoritz Muehlenhoff <jmm@debian.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3e7dbde9
...@@ -53,8 +53,6 @@ ...@@ -53,8 +53,6 @@
/*================================================================*/ /*================================================================*/
/* System Includes */ /* System Includes */
#include <linux/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/sched.h> #include <linux/sched.h>
...@@ -83,21 +81,6 @@ ...@@ -83,21 +81,6 @@
#include "p80211metastruct.h" #include "p80211metastruct.h"
#include "p80211req.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 */ /* Local Function Declarations */
...@@ -287,4 +270,3 @@ static int p80211req_mibset_mibget(wlandevice_t *wlandev, ...@@ -287,4 +270,3 @@ static int p80211req_mibset_mibget(wlandevice_t *wlandev,
return 0; return 0;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment