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

Commit 67f88ec8 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: qualcomm: rmnet: Properly adjust data pointer during HW GRO"

parents fb6d1231 2d17c270
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -849,6 +849,7 @@ static void rmnet_map_segment_coal_data(struct sk_buff *coal_skb,
						return;

					__skb_queue_tail(list, new_skb);
					start += pkt_len * gro_count;
					gro_count = 0;
				}

@@ -889,7 +890,7 @@ static void rmnet_map_segment_coal_data(struct sk_buff *coal_skb,

			__skb_queue_tail(list, new_skb);

			start += pkt_len;
			start += pkt_len * gro_count;
			start_pkt_num = total_pkt + 1;
			gro_count = 0;
		}