Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24ecd45e authored by Eliad Peller's avatar Eliad Peller Committed by Johannes Berg
Browse files

mac80211: adjust roc duration when combining ROCs



The new duration (remaining duration after the current
ROC ends) was calculated but not used, making the
optimization worthless.

Signed-off-by: default avatarEliad Peller <eliadx.peller@intel.com>
Reviewed-by: default avatarIlan Peer <ilan.peer@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent a62a1aed
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2496,6 +2496,7 @@ static int ieee80211_start_roc_work(struct ieee80211_local *local,


				if (new_dur > 0) {
				if (new_dur > 0) {
					/* add right after tmp */
					/* add right after tmp */
					roc->duration = new_dur;
					list_add(&roc->list, &tmp->list);
					list_add(&roc->list, &tmp->list);
				} else {
				} else {
					list_add_tail(&roc->list,
					list_add_tail(&roc->list,