Browse Source

qcacld-3.0: Remove legacy WAIT_TIME_TDLS macros

The TDLS functionality has moved to its own component. Left behind in
HDD were the following macros which are now obsolete, so remove them:
- WAIT_TIME_TDLS_LINK_ESTABLISH_REQ
- WAIT_TIME_TDLS_MGMT

Change-Id: Ie9667cafc66975e2cd92265353a8299cb5dff441
CRs-Fixed: 2368708
Jeff Johnson 6 years ago
parent
commit
f04367347b
1 changed files with 0 additions and 6 deletions
  1. 0 6
      core/hdd/inc/wlan_hdd_main.h

+ 0 - 6
core/hdd/inc/wlan_hdd_main.h

@@ -233,12 +233,6 @@ enum hdd_driver_flags {
 /** Maximum time(ms) to wait for target to be ready for suspend **/
 #define WLAN_WAIT_TIME_READY_TO_SUSPEND  2000
 
-/** Maximum time(ms) to wait for Link Establish Req to complete **/
-#define WAIT_TIME_TDLS_LINK_ESTABLISH_REQ      1500
-
-/** Maximum time(ms) to wait for tdls mgmt to complete **/
-#define WAIT_TIME_TDLS_MGMT         11000
-
 /* Scan Req Timeout */
 #define WLAN_WAIT_TIME_SCAN_REQ 100