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
2018-12-14 19:31:14 -08:00
提交者 nshrivas
父节点 2e16de98c7
当前提交 f04367347b

查看文件

@@ -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