/*================================================================*/
/* System Includes */
-
-
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#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 */
return 0;
}
-