Loading core/hdd/inc/wlan_hdd_main.h +1 −0 Original line number Diff line number Diff line Loading @@ -2196,6 +2196,7 @@ struct hdd_context { bool is_regulatory_update_in_progress; qdf_event_t regulatory_update_event; qdf_mutex_t regulatory_status_lock; bool is_fw_dbg_log_levels_configured; }; /** Loading core/hdd/src/wlan_hdd_main.c +5 −1 Original line number Diff line number Diff line Loading @@ -6473,7 +6473,10 @@ int hdd_set_fw_params(struct hdd_adapter *adapter) goto error; } if (!hdd_ctx->is_fw_dbg_log_levels_configured) { hdd_set_fw_log_params(hdd_ctx, adapter); hdd_ctx->is_fw_dbg_log_levels_configured = true; } ret = hdd_send_coex_config_params(hdd_ctx, adapter); if (ret) { Loading Loading @@ -14470,6 +14473,7 @@ int hdd_wlan_stop_modules(struct hdd_context *hdd_ctx, bool ftm_mode) hdd_ctx->imps_enabled = false; hdd_ctx->is_dual_mac_cfg_updated = false; hdd_ctx->driver_status = DRIVER_MODULES_CLOSED; hdd_ctx->is_fw_dbg_log_levels_configured = false; hdd_debug("Wlan transitioned (now CLOSED)"); done: Loading Loading
core/hdd/inc/wlan_hdd_main.h +1 −0 Original line number Diff line number Diff line Loading @@ -2196,6 +2196,7 @@ struct hdd_context { bool is_regulatory_update_in_progress; qdf_event_t regulatory_update_event; qdf_mutex_t regulatory_status_lock; bool is_fw_dbg_log_levels_configured; }; /** Loading
core/hdd/src/wlan_hdd_main.c +5 −1 Original line number Diff line number Diff line Loading @@ -6473,7 +6473,10 @@ int hdd_set_fw_params(struct hdd_adapter *adapter) goto error; } if (!hdd_ctx->is_fw_dbg_log_levels_configured) { hdd_set_fw_log_params(hdd_ctx, adapter); hdd_ctx->is_fw_dbg_log_levels_configured = true; } ret = hdd_send_coex_config_params(hdd_ctx, adapter); if (ret) { Loading Loading @@ -14470,6 +14473,7 @@ int hdd_wlan_stop_modules(struct hdd_context *hdd_ctx, bool ftm_mode) hdd_ctx->imps_enabled = false; hdd_ctx->is_dual_mac_cfg_updated = false; hdd_ctx->driver_status = DRIVER_MODULES_CLOSED; hdd_ctx->is_fw_dbg_log_levels_configured = false; hdd_debug("Wlan transitioned (now CLOSED)"); done: Loading