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
这个提交包含在:
@@ -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,
|
||||
|
在新工单中引用
屏蔽一个用户