From d2431af8598a9c56d27be89b528e67d521f23019 Mon Sep 17 00:00:00 2001 From: Moritz Muehlenhoff Date: Sun, 1 Feb 2009 13:28:58 +0100 Subject: [PATCH] --- yaml --- r: 141179 b: refs/heads/master c: 4ae14c368a4fa8d06bd49d1874cdb8bd79a83072 h: refs/heads/master i: 141177: fb3488ac889adc50ee140a01623f76356322af70 141175: fd80733c5fe96a54ab71a5ff9a60b8ac85e86915 v: v3 --- [refs] | 2 +- trunk/drivers/staging/wlan-ng/p80211req.c | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/[refs] b/[refs] index 5f9db77c1fdc..e8fd50348c58 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3e7dbde92973b617a1e34b291ea93c3ef42af6cb +refs/heads/master: 4ae14c368a4fa8d06bd49d1874cdb8bd79a83072 diff --git a/trunk/drivers/staging/wlan-ng/p80211req.c b/trunk/drivers/staging/wlan-ng/p80211req.c index 8f88825ccc2a..cdaaa4914f53 100644 --- a/trunk/drivers/staging/wlan-ng/p80211req.c +++ b/trunk/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; } -