|
@@ -1443,6 +1443,8 @@ typedef enum {
|
|
|
WMITLV_TAG_STRUC_wmi_twt_vdev_config_cmd_fixed_param,
|
|
|
WMITLV_TAG_STRUC_wmi_mgmt_srng_reap_event_fixed_param,
|
|
|
WMITLV_TAG_STRUC_wmi_mlo_tlt_selection_for_tid_spray_event_fixed_param,
|
|
|
+ WMITLV_TAG_STRUC_wmi_reg_chan_list_cc_ext_additional_params,
|
|
|
+ WMITLV_TAG_STRUC_wmi_regulatory_rule_meta_data,
|
|
|
} WMITLV_TAG_ID;
|
|
|
/*
|
|
|
* IMPORTANT: Please add _ALL_ WMI Commands Here.
|
|
@@ -2318,7 +2320,6 @@ typedef enum {
|
|
|
OP(WMI_PDEV_WIFI_RADAR_CAL_COMPLETION_STATUS_EVENTID) \
|
|
|
OP(WMI_MLO_LINK_INFO_SYNC_EVENTID) \
|
|
|
OP(WMI_PDEV_ENABLE_XLNA_EVENTID) \
|
|
|
- OP(WMI_REG_CHAN_LIST_CC_EXT2_EVENTID) \
|
|
|
OP(WMI_P2P_CLI_DFS_AP_BMISS_DETECTED_EVENTID) \
|
|
|
OP(WMI_MGMT_SRNG_REAP_EVENTID) \
|
|
|
OP(WMI_MLO_TLT_SELECTION_FOR_TID_SPRAY_EVENTID) \
|
|
@@ -6834,15 +6835,11 @@ WMITLV_CREATE_PARAM_STRUC(WMI_REG_CHAN_LIST_CC_EVENTID);
|
|
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_reg_chan_list_cc_event_ext_fixed_param, wmi_reg_chan_list_cc_event_ext_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
|
|
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_regulatory_rule_ext_struct, reg_rule_array, WMITLV_SIZE_VAR) \
|
|
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_regulatory_chan_priority_struct, reg_chan_priority, WMITLV_SIZE_VAR) \
|
|
|
- WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_regulatory_fcc_rule_struct, reg_fcc_rule, WMITLV_SIZE_VAR)
|
|
|
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_regulatory_fcc_rule_struct, reg_fcc_rule, WMITLV_SIZE_VAR) \
|
|
|
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_reg_chan_list_cc_ext_additional_params, reg_more_data, WMITLV_SIZE_VAR) \
|
|
|
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_regulatory_rule_meta_data, reg_meta_data, WMITLV_SIZE_VAR)
|
|
|
WMITLV_CREATE_PARAM_STRUC(WMI_REG_CHAN_LIST_CC_EXT_EVENTID);
|
|
|
|
|
|
-/* Ext2 regulatory channel list of current country code */
|
|
|
-#define WMITLV_TABLE_WMI_REG_CHAN_LIST_CC_EXT2_EVENTID(id,op,buf,len) \
|
|
|
- WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_reg_chan_list_cc_event_ext2_fixed_param, wmi_reg_chan_list_cc_event_ext2_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
|
|
|
- WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_regulatory_rule_ext_struct, reg_rule_array, WMITLV_SIZE_VAR)
|
|
|
-WMITLV_CREATE_PARAM_STRUC(WMI_REG_CHAN_LIST_CC_EXT2_EVENTID);
|
|
|
-
|
|
|
/* WMI AFC info event */
|
|
|
#define WMITLV_TABLE_WMI_AFC_EVENTID(id,op,buf,len) \
|
|
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_afc_event_fixed_param, wmi_afc_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
|