Sfoglia il codice sorgente

qcacmn: CL 1476371 - update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation.

WMI change to enable Custom aggregation size for ADDBA request and
response through WMI command WMI_VDEV_SET_CUSTOM_AGGR_SIZE_CMDID.

Change-Id: I0fb54e8f32344b209787239ed64d7ecb13ea56fb
CRs-Fixed: 865207
Krishna Kumaar Natarajan 9 anni fa
parent
commit
9a4af54f3e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      wmi/src/wmi_unified.c

+ 1 - 0
wmi/src/wmi_unified.c

@@ -800,6 +800,7 @@ static uint8_t *get_wmi_cmd_string(WMI_CMD_ID wmi_command)
 		CASE_RETURN_STRING(WMI_ROAM_SET_MBO_PARAM_CMDID);
 		CASE_RETURN_STRING(WMI_CHAN_AVOID_RPT_ALLOW_CMDID);
 		CASE_RETURN_STRING(WMI_SET_PERIODIC_CHANNEL_STATS_CONFIG_CMDID);
+		CASE_RETURN_STRING(WMI_VDEV_SET_CUSTOM_AGGR_SIZE_CMDID);
 	}
 
 	return "Invalid WMI cmd";