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

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

Merge "msm: rndis_ipa: add support for IPA params for hdr insertion"

parents 49092f71 6292aee5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1299,6 +1299,8 @@ static void rndis_ipa_prepare_header_insertion(int eth_type,
	memcpy(eth_hdr->h_source, src_mac, ETH_ALEN);
	eth_hdr->h_proto = htons(eth_type);
	add_hdr->hdr_len += ETH_HLEN;
	add_hdr->is_eth2_ofst_valid = true;
	add_hdr->eth2_ofst = sizeof(rndis_template_hdr);
}

/**