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

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

Merge "net: qualcomm: rmnet: Remove invalid condition while stamping mux id"

parents 98de7254 0201f7aa
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -143,9 +143,6 @@ static int rmnet_map_egress_handler(struct sk_buff *skb,
	if (!map_header)
		goto fail;

	if (mux_id == 0xff)
		map_header->mux_id = 0;
	else
	map_header->mux_id = mux_id;

	skb->protocol = htons(ETH_P_MAP);