qcacmn: Add vdevId field to aggr_add_ts_param

pe sessionId should not be used as vdevId.Add
vdevId field to aggr_add_ts_param and use it
in wmi command.

Change-Id: Id021dda35a32f7870277d405c85a0878d7baa3f3
CRs-Fixed: 2293867
This commit is contained in:
Rajasekaran Kalidoss
2018-08-04 00:17:18 +05:30
committed by nshrivas
parent 10fa477d03
commit 581c16eb7d

View File

@@ -2823,6 +2823,7 @@ struct dhcp_stop_ind_params {
* @tspec: tspec value
* @status: CDF status
* @sessionId: session id
* @vdev_id: vdev id
*/
struct aggr_add_ts_param {
uint16_t staIdx;
@@ -2830,6 +2831,7 @@ struct aggr_add_ts_param {
struct mac_tspec_ie tspec[WMI_QOS_NUM_AC_MAX];
QDF_STATUS status[WMI_QOS_NUM_AC_MAX];
uint8_t sessionId;
uint8_t vdev_id;
};