Staging: vt6655: Remove redundant comments in wcmd.h
Removed redundant comments in the header file wcmd.h Signed-off-by: Igor Bezukh <igbzkh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ae5ad41993
commit
4025ef18c8
|
@ -33,12 +33,9 @@
|
|||
#include "80211hdr.h"
|
||||
#include "80211mgr.h"
|
||||
|
||||
/*--------------------- Export Definitions -------------------------*/
|
||||
#define AUTHENTICATE_TIMEOUT 1000
|
||||
#define ASSOCIATE_TIMEOUT 1000
|
||||
|
||||
#define AUTHENTICATE_TIMEOUT 1000 //ms
|
||||
#define ASSOCIATE_TIMEOUT 1000 //ms
|
||||
|
||||
// Command code
|
||||
typedef enum tagCMD_CODE {
|
||||
WLAN_CMD_BSSID_SCAN,
|
||||
WLAN_CMD_SSID,
|
||||
|
@ -76,7 +73,6 @@ typedef struct tagCMD_ITEM {
|
|||
bool bForceSCAN;
|
||||
} CMD_ITEM, *PCMD_ITEM;
|
||||
|
||||
// Command state
|
||||
typedef enum tagCMD_STATE {
|
||||
WLAN_CMD_SCAN_START,
|
||||
WLAN_CMD_SCAN_END,
|
||||
|
@ -92,13 +88,6 @@ typedef enum tagCMD_STATE {
|
|||
WLAN_CMD_IDLE
|
||||
} CMD_STATE, *PCMD_STATE;
|
||||
|
||||
/*--------------------- Export Classes ----------------------------*/
|
||||
|
||||
/*--------------------- Export Variables --------------------------*/
|
||||
|
||||
/*--------------------- Export Types ------------------------------*/
|
||||
|
||||
/*--------------------- Export Functions --------------------------*/
|
||||
void
|
||||
vResetCommandTimer(
|
||||
void *hDeviceContext
|
||||
|
|
Loading…
Reference in New Issue