From: Moritz Muehlenhoff Date: Sun, 1 Feb 2009 12:28:58 +0000 (+0100) Subject: Staging: wlan-ng: Remove dead/unused code from p80211req.c X-Git-Tag: v2.6.30-rc1~202^2~609 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4ae14c368a4fa8d06bd49d1874cdb8bd79a83072;p=~emulex%2Finfiniband.git Staging: wlan-ng: Remove dead/unused code from p80211req.c Signed-off-by: Moritz Muehlenhoff Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/p80211req.c b/drivers/staging/wlan-ng/p80211req.c index 8f88825ccc2..cdaaa4914f5 100644 --- a/drivers/staging/wlan-ng/p80211req.c +++ b/drivers/staging/wlan-ng/p80211req.c @@ -53,8 +53,6 @@ /*================================================================*/ /* System Includes */ - - #include #include #include @@ -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 */ @@ -287,4 +270,3 @@ static int p80211req_mibset_mibget(wlandevice_t *wlandev, return 0; } -