fw-api: CL 22350054 - update fw common interface files

Change-Id: I3117b918184f17c20a2a9ef84041ff7897b454f4
WMI: add VDEV_PARAM_CHWIDTH_WITH_NOTIFY, remove PEER_CHWIDTH_WITH_NOTIFY
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-04-03 03:28:46 -07:00
parent aae9558ff2
commit d9378d8f79
3 changed files with 13 additions and 9 deletions

View File

@@ -17873,6 +17873,17 @@ typedef enum {
*/
WMI_VDEV_PARAM_DISABLE_LPI_ANT_OPTIMIZATION, /* 0xB9 */
/*
* Param to update connected VDEV channel bandwidth.
* Target firmware should take care of notifying associated peers
* (except TDLS) about change in bandwidth, through OMN/OMI notification
* before performing bandwidth update internally.
* Please note incase of STA VDEV only BSS peer gets updated,
* associated TDLS peer bandwidth wont be impacted.
*
* The the updated bandwith is specified with a wmi_channel_width value.
*/
WMI_VDEV_PARAM_CHWIDTH_WITH_NOTIFY, /* 0xBA */
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
@@ -19926,14 +19937,6 @@ typedef struct {
#define WMI_PEER_SET_TX_POWER 0x28
/*
* Param to update connected peer channel bandwidth.
* Target firmware should take care of notifying connected peer about
* change in bandwidth, through OMN/OMI notification before performing
* bandwidth update internally.
*/
#define WMI_PEER_CHWIDTH_WITH_NOTIFY 0x29
typedef struct {
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_peer_set_param_cmd_fixed_param */
/** unique id identifying the VDEV, generated by the caller */