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

Commit 71d3021d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: add repl_hdlr to WLAN"

parents b17b66ad f773e2c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2998,6 +2998,7 @@ static int ipa_assign_policy(struct ipa_sys_connect_params *in,
				if (sys->rx_pool_sz > IPA_WLAN_RX_POOL_SZ)
					sys->rx_pool_sz = IPA_WLAN_RX_POOL_SZ;
				sys->pyld_hdlr = NULL;
				sys->repl_hdlr = ipa_replenish_wlan_rx_cache;
				sys->get_skb = ipa_get_skb_ipa_rx;
				sys->free_skb = ipa_free_skb_rx;
				in->ipa_ep_cfg.aggr.aggr_en = IPA_BYPASS_AGGR;
+1 −0
Original line number Diff line number Diff line
@@ -2964,6 +2964,7 @@ static int ipa3_assign_policy(struct ipa_sys_connect_params *in,
			if (sys->rx_pool_sz > IPA_WLAN_RX_POOL_SZ)
				sys->rx_pool_sz = IPA_WLAN_RX_POOL_SZ;
			sys->pyld_hdlr = NULL;
			sys->repl_hdlr = ipa3_replenish_wlan_rx_cache;
			sys->get_skb = ipa3_get_skb_ipa_rx;
			sys->free_skb = ipa3_free_skb_rx;
			sys->free_rx_wrapper = ipa3_free_rx_wrapper;