1
0

qcacmn: Make connect/disconnect ser cmd as blocking

Make connect/disconnect ser cmd as blocking across all platforms

Change-Id: I8cc6988fcb53f257fc4aab00c1b3abaca07174bf
Este cometimento está contido em:
Himanshu Batra
2020-11-24 15:41:14 +05:30
cometido por snandini
ascendente da9b69116b
cometimento 1557043c49

Ver ficheiro

@@ -454,17 +454,10 @@ void cm_send_disconnect_resp(struct cnx_mgr *cm_ctx, wlan_cm_id cm_id);
*
* Return: bool
*/
#ifdef CONN_MGR_ADV_FEATURE
static inline bool cm_ser_get_blocking_cmd(void)
{
return true;
}
#else
static inline bool cm_ser_get_blocking_cmd(void)
{
return false;
}
#endif
/**
* cm_get_cm_id() - Get unique cm id for connect/disconnect request