diff options
| author | Manjunathappa Prakash <c_pmanju@qca.qualcomm.com> | 2014-06-05 20:12:51 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-06-13 11:49:42 -0700 |
| commit | cd579a0e723b984e8fe765b8b5dcb1b87e87d19a (patch) | |
| tree | 9ed6d979876a492d41a23daccc87aea7497e9ad5 | |
| parent | e43679e89e8243ee64968eec498e7c7c6c98b6e7 (diff) | |
qcacld: update driver loading/unloading state for FTM mode
Patch updates the driver loading/unloading state to false when FTM
driver is loaded successfully. Without this driver ignores any target
assertions and does not provide a register dump.
Change-Id: I15493550e4591a2b943e5c6e8f867012f1447dc2
CRs-Fixed: 674291
| -rwxr-xr-x | CORE/HDD/src/wlan_hdd_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c index 06c5a6ad0d0f..7d08a3b87485 100755 --- a/CORE/HDD/src/wlan_hdd_main.c +++ b/CORE/HDD/src/wlan_hdd_main.c @@ -11501,6 +11501,7 @@ int hdd_wlan_startup(struct device *dev, v_VOID_t *hif_sc) goto err_free_ftm_open; } #endif + vos_set_load_unload_in_progress(VOS_MODULE_ID_VOSS, FALSE); hddLog(VOS_TRACE_LEVEL_FATAL,"%s: FTM driver loaded", __func__); #if defined(QCA_WIFI_2_0) && !defined(QCA_WIFI_ISOC) complete(&wlan_start_comp); |
