qcacmn: umac: Add mapping for WMI to Host TWT nudge status

Add mapping for WMI_NUDGE_TWT_STATUS_ALREADY_PAUSED on host side.

Change-Id: Ia7bcd78cfc709677b9b28a9fc2703e30f3cb2b7b
CRs-Fixed: 3181119
这个提交包含在:
David Oladunjoye
2022-04-22 15:17:46 -07:00
提交者 Madan Koyyalamudi
父节点 14d0e0cd79
当前提交 52945c51a9
修改 3 个文件,包含 8 行新增0 行删除

查看文件

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -586,6 +587,7 @@ struct wmi_twt_pause_dialog_complete_event_param {
* request/response frame
* @WMI_HOST_NUDGE_TWT_STATUS_UNKNOWN_ERROR: nudge TWT dialog failed with an
* unknown reason
* @WMI_HOST_NUDGE_TWT_STATUS_ALREADY_PAUSED: TWT dialog already in paused state
* @WMI_HOST_NUDGE_TWT_STATUS_CHAN_SW_IN_PROGRESS: Channel switch in progress
* @WMI_HOST_NUDGE_TWT_STATUS_ROAM_IN_PROGRESS: Roaming in progress
* @WMI_HOST_NUDGE_TWT_STATUS_SCAN_IN_PROGRESS: Scan is in progress
@@ -598,6 +600,7 @@ enum WMI_HOST_NUDGE_TWT_STATUS {
WMI_HOST_NUDGE_TWT_STATUS_NO_RESOURCE,
WMI_HOST_NUDGE_TWT_STATUS_NO_ACK,
WMI_HOST_NUDGE_TWT_STATUS_UNKNOWN_ERROR,
WMI_HOST_NUDGE_TWT_STATUS_ALREADY_PAUSED,
WMI_HOST_NUDGE_TWT_STATUS_CHAN_SW_IN_PROGRESS,
WMI_HOST_NUDGE_TWT_STATUS_ROAM_IN_PROGRESS,
WMI_HOST_NUDGE_TWT_STATUS_SCAN_IN_PROGRESS,