diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-11-09 21:08:35 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-09 21:08:35 -0800 |
| commit | ddb113c2121d684e160cfd29fe5ef1fcee252d3e (patch) | |
| tree | e4ca893572ee606c60863778ddca0347670dd699 | |
| parent | 55178efe8a7e5a9770c9b639a8f02151a92c8610 (diff) | |
| parent | 312024c62409785e9dfcc69f2205f80e880107e2 (diff) | |
Merge "qcacld-3.0: Remove unwanted NULL check in csr_process_nss_update_req" into wlan-cld3.driver.lnx.1.1
| -rw-r--r-- | core/sme/src/csr/csr_api_roam.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/sme/src/csr/csr_api_roam.c b/core/sme/src/csr/csr_api_roam.c index 708be02d1179..b689f6703959 100644 --- a/core/sme/src/csr/csr_api_roam.c +++ b/core/sme/src/csr/csr_api_roam.c @@ -21133,10 +21133,6 @@ void csr_process_nss_update_req(tpAniSirGlobal mac, tSmeCmd *command) struct sir_beacon_tx_complete_rsp *param; tCsrRoamSession *session; - if (!command) { - sme_err("nss update param is NULL"); - goto fail; - } if (!CSR_IS_SESSION_VALID(mac, command->sessionId)) { sme_err("Invalid session id %d", command->sessionId); |
