From 55542f11132a6c8140b04afca5658b0feaf85b34 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sat, 20 Jul 2013 17:21:35 -0500 Subject: [PATCH] rtl8188eu: Remove PALTFORM_OS_WINCE - not defined Signed-off-by: Larry Finger --- include/rtw_mlme.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/rtw_mlme.h b/include/rtw_mlme.h index d27b9b7..4ce2a8a 100644 --- a/include/rtw_mlme.h +++ b/include/rtw_mlme.h @@ -31,18 +31,13 @@ //#define MAX_JOIN_TIME 2500 #define MAX_JOIN_TIMEOUT 6500 -// Commented by Albert 20101105 // Increase the scanning timeout because of increasing the SURVEY_TO value. #define SCANNING_TIMEOUT 8000 #define SCAN_INTERVAL (30) // unit:2sec, 30*2=60sec -#ifdef PALTFORM_OS_WINCE -#define SCANQUEUE_LIFETIME 12000000 // unit:us -#else #define SCANQUEUE_LIFETIME 20 // unit:sec -#endif #define WIFI_NULL_STATE 0x00000000 @@ -57,8 +52,6 @@ #define WIFI_UNDER_LINKING 0x00000080 #define WIFI_UNDER_WPS 0x00000100 -//#define WIFI_UNDER_CMD 0x00000200 -//#define WIFI_UNDER_P2P 0x00000400 #define WIFI_STA_ALIVE_CHK_STATE 0x00000400 #define WIFI_SITE_MONITOR 0x00000800 //to indicate the station is under site surveying