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

Commit 7fe3608f authored by Amir Levy's avatar Amir Levy Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa4: add empty_lvl_threshold when configuring 11ad



Configure empty_lvl_threshold according to pipe static
configuration.

Change-Id: Ib7bca4dae6682102885e420984b0bd211b1dd55f
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent 5e291bbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -469,6 +469,7 @@ static int ipa3_wigig_config_gsi(bool Rx,
	channel_props.use_db_eng = GSI_CHAN_DB_MODE;
	channel_props.max_prefetch = GSI_ONE_PREFETCH_SEG;
	channel_props.prefetch_mode = ep_gsi->prefetch_mode;
	channel_props.empty_lvl_threshold = ep_gsi->prefetch_threshold;
	channel_props.low_weight = 1;
	channel_props.err_cb = ipa_gsi_chan_err_cb;