Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
staging: qcacld-3.0: Remove incorrect warning fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
  • Loading branch information
nathanchance committed Jun 6, 2018
1 parent 2a3232c commit d303da6
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1040,8 +1040,9 @@ static void csr_neighbor_roam_info_ctx_init(
qdf_mem_free(pMac->roam.pReassocResp);
pMac->roam.pReassocResp = NULL;
}
} else {
} else
#endif

csr_roam_offload_scan(pMac, session_id,
ROAM_SCAN_OFFLOAD_START,
REASON_CTX_INIT);
Expand All @@ -1054,9 +1055,7 @@ static void csr_neighbor_roam_info_ctx_init(
ROAM_SCAN_OFFLOAD_STOP,
REASON_SUPPLICANT_DISABLED_ROAMING);
}
#ifdef WLAN_FEATURE_ROAM_OFFLOAD
}
#endif

}
}

Expand Down

0 comments on commit d303da6

Please sign in to comment.