Merge "qcacld-3.0: Fix uninitialised variable use" into wlan-cld3.driver.lnx.1.1-dev
Cette révision appartient à :

révisé par
Gerrit - the friendly Code Review server

révision
2a522f6a26
@@ -516,7 +516,7 @@ lim_send_probe_rsp_mgmt_frame(tpAniSirGlobal mac_ctx,
|
||||
uint32_t cfg, payload, bytes, status;
|
||||
tpSirMacMgmtHdr mac_hdr;
|
||||
uint8_t *frame;
|
||||
void *packet;
|
||||
void *packet = NULL;
|
||||
QDF_STATUS qdf_status;
|
||||
uint32_t addn_ie_present = false;
|
||||
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur