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
This commit is contained in:
Lincoln Tran
2020-09-29 13:25:50 -07:00
committed by snandini
parent 65f53c0f74
commit fb4122eb6c

View File

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