qcacld-3.0: Increase NAN response timeout

After sending disable request to FW, it needs some time to
communicate the frame to all NDP connected peers. Increase
the wait time from 1 second to 4 seconds.

Change-Id: Iae36fe007704600a9f29ac7b943ef22fba91b651
CRs-fixed: 2787069
此提交包含在:
Lincoln Tran
2020-09-29 13:25:50 -07:00
提交者 snandini
父節點 65f53c0f74
當前提交 fb4122eb6c

查看文件

@@ -625,7 +625,7 @@ QDF_STATUS ucfg_nan_discovery_req(void *in_req, uint32_t req_type)
struct osif_request *request = NULL;
static const struct osif_request_params params = {
.priv_size = 0,
.timeout_ms = 1000,
.timeout_ms = 4000,
};
int err;