Explorar o código

qcacld-3.0: Enable CSA of STA mode for VDEV SM

After receive F/W wmi_csa_handling_event
1. Send WLAN_VDEV_SM_EV_FW_VDEV_RESTART before switch channel
	when gLimChannelSwitchTimer timeout.
2. Call __lim_process_channel_switch_timeout in
	mlme_vdev_restart_send.
3. Send WLAN_VDEV_SM_EV_RESTART_RESP in
	wma_vdev_start_resp_handler.
4. Send WMA_SWITCH_CHANNEL_RSP in mlme_vdev_start_continue.
5. Send WLAN_VDEV_SM_EV_START_SUCCESS in
	lim_switch_channel_cback.

Change-Id: I18e64ddf4ca898189cd22a3c8102a67702a025cc
CRs-Fixed: 2355762
Jianmin Zhu %!s(int64=6) %!d(string=hai) anos
pai
achega
207b6548a4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      mlme/core/src/wlan_mlme_vdev_mgr_interface.c

+ 2 - 1
mlme/core/src/wlan_mlme_vdev_mgr_interface.c

@@ -124,7 +124,8 @@ static QDF_STATUS sta_mlme_vdev_restart_send(struct vdev_mlme_obj *vdev_mlme,
 					     uint16_t event_data_len,
 					     void *event_data)
 {
-	return QDF_STATUS_SUCCESS;
+	return lim_sta_mlme_vdev_restart_send(vdev_mlme, event_data_len,
+					    event_data);
 }
 
 /**