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

Commit 341352d1 authored by John W. Linville's avatar John W. Linville
Browse files

iwlwifi: fix-up some merge damage from commit 0d6c4a2e

parent 70c33eaa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -764,7 +764,8 @@ static void iwlagn_pass_packet_to_mac80211(struct iwl_priv *priv,
	fraglen = len - hdrlen;

	if (fraglen) {
		int offset = (void *)hdr - rxb_addr(rxb) + rxb_offset(rxb);
		int offset = (void *)hdr + hdrlen -
			     rxb_addr(rxb) + rxb_offset(rxb);

		skb_add_rx_frag(skb, 0, rxb_steal_page(rxb), offset,
				fraglen, rxb->truesize);