summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CORE/SME/src/QoS/sme_Qos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/SME/src/QoS/sme_Qos.c b/CORE/SME/src/QoS/sme_Qos.c
index fd61b087d8f2..54ee3567f75a 100644
--- a/CORE/SME/src/QoS/sme_Qos.c
+++ b/CORE/SME/src/QoS/sme_Qos.c
@@ -5788,7 +5788,7 @@ eHalStatus sme_QosAggregateParams(
requires inactivity interval to be > suspension interval: this could
be tricky!
-------------------------------------------------------------------------*/
- TspecInfo.suspension_interval = 0;
+ TspecInfo.suspension_interval = pInput_Tspec_Info->suspension_interval;
/*-------------------------------------------------------------------------
Remaining parameters do not come from app as they are very WLAN
air interface specific