|
@@ -1430,6 +1430,7 @@ typedef enum {
|
|
WMITLV_TAG_STRUC_wmi_sar_flags,
|
|
WMITLV_TAG_STRUC_wmi_sar_flags,
|
|
WMITLV_TAG_STRUC_wmi_pdev_enable_xlna_cmd_fixed_param,
|
|
WMITLV_TAG_STRUC_wmi_pdev_enable_xlna_cmd_fixed_param,
|
|
WMITLV_TAG_STRUC_wmi_pdev_enable_xlna_event_fixed_param,
|
|
WMITLV_TAG_STRUC_wmi_pdev_enable_xlna_event_fixed_param,
|
|
|
|
+ WMITLV_TAG_STRUC_wmi_reg_chan_list_cc_event_ext2_fixed_param,
|
|
} WMITLV_TAG_ID;
|
|
} WMITLV_TAG_ID;
|
|
/*
|
|
/*
|
|
* IMPORTANT: Please add _ALL_ WMI Commands Here.
|
|
* IMPORTANT: Please add _ALL_ WMI Commands Here.
|
|
@@ -2298,6 +2299,7 @@ typedef enum {
|
|
OP(WMI_PDEV_WIFI_RADAR_CAL_COMPLETION_STATUS_EVENTID) \
|
|
OP(WMI_PDEV_WIFI_RADAR_CAL_COMPLETION_STATUS_EVENTID) \
|
|
OP(WMI_MLO_LINK_INFO_SYNC_EVENTID) \
|
|
OP(WMI_MLO_LINK_INFO_SYNC_EVENTID) \
|
|
OP(WMI_PDEV_ENABLE_XLNA_EVENTID) \
|
|
OP(WMI_PDEV_ENABLE_XLNA_EVENTID) \
|
|
|
|
+ OP(WMI_REG_CHAN_LIST_CC_EXT2_EVENTID) \
|
|
/* add new EVT_LIST elements above this line */
|
|
/* add new EVT_LIST elements above this line */
|
|
|
|
|
|
|
|
|
|
@@ -6776,6 +6778,12 @@ WMITLV_CREATE_PARAM_STRUC(WMI_REG_CHAN_LIST_CC_EVENTID);
|
|
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_CREATE_PARAM_STRUC(WMI_REG_CHAN_LIST_CC_EXT_EVENTID);
|
|
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 */
|
|
/* WMI AFC info event */
|
|
#define WMITLV_TABLE_WMI_AFC_EVENTID(id,op,buf,len) \
|
|
#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) \
|
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_afc_event_fixed_param, wmi_afc_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
|