|
@@ -1302,6 +1302,7 @@ typedef enum {
|
|
|
WMITLV_TAG_STRUC_wmi_wfa_config_ofdma,
|
|
|
WMITLV_TAG_STRUC_wmi_livedump_request_cmd_fixed_param,
|
|
|
WMITLV_TAG_STRUC_wmi_livedump_response_event_fixed_param,
|
|
|
+ WMITLV_TAG_STRUC_wmi_prb_resp_tmpl_ml_info,
|
|
|
} WMITLV_TAG_ID;
|
|
|
|
|
|
/*
|
|
@@ -2542,7 +2543,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_STA_UAPSD_AUTO_TRIG_CMDID);
|
|
|
#define WMITLV_TABLE_WMI_PRB_TMPL_CMDID(id,op,buf,len) \
|
|
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_prb_tmpl_cmd_fixed_param, wmi_prb_tmpl_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
|
|
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_bcn_prb_info, wmi_bcn_prb_info, bcn_prb_info, WMITLV_SIZE_FIX) \
|
|
|
- WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, bufp, WMITLV_SIZE_VAR)
|
|
|
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, bufp, WMITLV_SIZE_VAR) \
|
|
|
+ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_prb_resp_tmpl_ml_info, ml_prb_resp_info, WMITLV_SIZE_VAR)
|
|
|
|
|
|
WMITLV_CREATE_PARAM_STRUC(WMI_PRB_TMPL_CMDID);
|
|
|
|