|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2013-2019 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -1685,7 +1685,7 @@ static QDF_STATUS send_add_ts_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
WMITLV_TAG_STRUC_wmi_vdev_wmm_addts_cmd_fixed_param,
|
|
|
WMITLV_GET_STRUCT_TLVLEN
|
|
|
(wmi_vdev_wmm_addts_cmd_fixed_param));
|
|
|
- cmd->vdev_id = msg->sme_session_id;
|
|
|
+ cmd->vdev_id = msg->vdev_id;
|
|
|
cmd->ac = msg->tspec.tsinfo.traffic.userPrio;
|
|
|
cmd->medium_time_us = msg->tspec.mediumTime * 32;
|
|
|
cmd->downgrade_type = WMM_AC_DOWNGRADE_DROP;
|