9bb61d526537041080f44bc717169d45b6b58116

Currently req->ctx.cb_arg is assigned req memory in wlan_mlo_sta_mlo_concurency_set_link. and passed to mlo_ser_set_link_req, where req is again alocated and req pointer of req->ctx.cb_arg is freed, thus making req->ctx.cb_arg invalid. Fix is to avoid allocation of req again and use the requester memory of mlo_ser_set_link_req as umac_cmd. Change-Id: Ic96efa204662269fe812c195a3bc8a1da5b215ad CRs-Fixed: 3188737
This is CNSS WLAN Host Driver for products starting from iHelium
Beschreibung
Sprachen
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%