diff options
| author | Sourav Mohapatra <mohapatr@codeaurora.org> | 2018-01-04 15:17:39 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-01-04 22:42:45 -0800 |
| commit | b8ac20c800cb082e3bec0df22b97f451622cf5fd (patch) | |
| tree | 061385319e0f0a410da1fb57db7f1d34cd98f991 | |
| parent | 17a565f394918dbdfb6b7a26296817a3d1ed9ce6 (diff) | |
qcacld-3.0: Synchronize __con_mode_handler
Remove return statement before cds_set_load_in_progress is set
to false which caused problem in changing mode.
Change-Id: Ief6ca22911390b79befd344eefb35059438c305f
CRs-Fixed: 2166903
| -rw-r--r-- | core/hdd/src/wlan_hdd_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c index 8acc48b2844a..83324f36260b 100644 --- a/core/hdd/src/wlan_hdd_main.c +++ b/core/hdd/src/wlan_hdd_main.c @@ -12402,9 +12402,6 @@ static int __con_mode_handler(const char *kmessage, struct kernel_param *kp, hdd_info("Mode successfully changed to %s", kmessage); ret = 0; - mutex_unlock(&hdd_init_deinit_lock); - qdf_atomic_set(&hdd_ctx->con_mode_flag, 0); - return ret; reset_flags: cds_set_load_in_progress(false); |
