wlan: Vacate DFS channel if there is  no acivity within 10 sec.

As per FCC requirement, DFS channel should be ceased within 10 sec,
if there is no activity on DFS channel.

CRs-fixed: 511605
Change-Id: Ie48e9f6f7cf5558e7c0c2b145495d8946a68cc1e
diff --git a/CORE/MAC/src/pe/lim/limP2P.c b/CORE/MAC/src/pe/lim/limP2P.c
index d78e8b6..038ffe8 100644
--- a/CORE/MAC/src/pe/lim/limP2P.c
+++ b/CORE/MAC/src/pe/lim/limP2P.c
@@ -79,9 +79,9 @@
 #define   ADDR2_OFFSET           10
 #define   ACTION_OFFSET          24
 
-/* A DFS channel can be ACTIVE for max 30000 msec, from the last
+/* A DFS channel can be ACTIVE for max 9000 msec, from the last
    received Beacon/Prpbe Resp. */
-#define   MAX_TIME_TO_BE_ACTIVE_CHANNEL 30000
+#define   MAX_TIME_TO_BE_ACTIVE_CHANNEL 9000
 
 
 
diff --git a/CORE/MAC/src/pe/lim/limTimerUtils.c b/CORE/MAC/src/pe/lim/limTimerUtils.c
index 866eae6..290f873 100644
--- a/CORE/MAC/src/pe/lim/limTimerUtils.c
+++ b/CORE/MAC/src/pe/lim/limTimerUtils.c
@@ -72,9 +72,9 @@
 //default beacon interval value used in HB timer interval calculation
 #define LIM_HB_TIMER_BEACON_INTERVAL             100
 
-/* This timer is a periodic timer which expires at every 5 sec to
+/* This timer is a periodic timer which expires at every 1 sec to
    convert  ACTIVE DFS channel to DFS channels */
-#define ACTIVE_TO_PASSIVE_CONVERISON_TIMEOUT     5000
+#define ACTIVE_TO_PASSIVE_CONVERISON_TIMEOUT     1000
 
 /**
  * limCreateTimers()