qcacld-3.0: Fix duplicate assignment with wrong value

Remove the duplicate assignment with wrong value that
is never used

Change-Id: I6d599f5b4db457340fdf40d9c7637effb0948c57
CRs-Fixed: 2232901
This commit is contained in:
Kiran Kumar Lokere 2018-05-03 16:07:13 -07:00 committed by nshrivas
parent 9e96f69088
commit 4c75929fa7

View File

@ -5699,9 +5699,6 @@ static QDF_STATUS sme_qos_process_add_ts_success_rsp(tpAniSirGlobal pMac,
log_ptr->surplus_bw_allowance =
pACInfo->curr_QoSInfo[tspec_pending -
1].surplus_bw_allowance;
log_ptr->suspension_interval =
pACInfo->curr_QoSInfo[tspec_pending -
1].surplus_bw_allowance;
log_ptr->suspension_interval =
pACInfo->curr_QoSInfo[tspec_pending -
1].suspension_interval;