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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user