|
@@ -8749,17 +8749,18 @@ void hdd_unsafe_channel_restart_sap(struct hdd_context *hdd_ctxt)
|
|
|
* the ACS while restart.
|
|
|
*/
|
|
|
hdd_ctxt->acs_policy.acs_channel = AUTO_CHANNEL_SELECT;
|
|
|
- hdd_debug("sending coex indication");
|
|
|
- wlan_hdd_send_svc_nlink_msg(hdd_ctxt->radio_index,
|
|
|
- WLAN_SVC_LTE_COEX_IND, NULL, 0);
|
|
|
ucfg_mlme_get_sap_internal_restart(hdd_ctxt->psoc,
|
|
|
&value);
|
|
|
- hdd_debug("driver to start sap: %d", value);
|
|
|
if (value)
|
|
|
hdd_switch_sap_channel(adapter, restart_chan,
|
|
|
true);
|
|
|
- else
|
|
|
+ else {
|
|
|
+ hdd_debug("sending coex indication");
|
|
|
+ wlan_hdd_send_svc_nlink_msg(
|
|
|
+ hdd_ctxt->radio_index,
|
|
|
+ WLAN_SVC_LTE_COEX_IND, NULL, 0);
|
|
|
return;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|