qcacld-3.0: Fix issues about uninitialized variables

Fix issues that variables used without initialization.

Change-Id: I40d7054a719bf8a442d153beeb4c9aa38bcad373
CRs-Fixed: 2416837
このコミットが含まれているのは:
Zhaoyang Liu
2019-03-15 13:49:58 +08:00
committed by nshrivas
コミット 132becce7e
3個のファイルの変更12行の追加10行の削除

ファイルの表示

@@ -2588,7 +2588,7 @@ QDF_STATUS wlansap_update_owe_info(struct sap_context *sap_ctx,
struct owe_assoc_ind *owe_assoc_ind;
struct assoc_ind *assoc_ind = NULL;
qdf_list_node_t *node = NULL, *next_node = NULL;
QDF_STATUS status;
QDF_STATUS status = QDF_STATUS_SUCCESS;
if (!wlansap_validate_owe_ies(ie, ie_len)) {
QDF_TRACE_ERROR(QDF_MODULE_ID_SAP, "Invalid OWE IE");