Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322689
b: refs/heads/master
c: abf02cf
h: refs/heads/master
i:
  322687: e3fdb54
v: v3
  • Loading branch information
Eric Dumazet authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent 3559369 commit 75837ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d7d9798ad5c97ee4e911dd070dc12dc5ae55bd0
refs/heads/master: abf02cfc179bb4bd30d05f582d61b3b8f429b813
7 changes: 1 addition & 6 deletions trunk/drivers/staging/rtl8712/recv_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,8 @@ void r8712_recv_indicatepkt(struct _adapter *padapter,
if (skb == NULL)
goto _recv_indicatepkt_drop;
skb->data = precv_frame->u.hdr.rx_data;
#ifdef NET_SKBUFF_DATA_USES_OFFSET
skb->tail = (sk_buff_data_t)(precv_frame->u.hdr.rx_tail -
precv_frame->u.hdr.rx_head);
#else
skb->tail = (sk_buff_data_t)precv_frame->u.hdr.rx_tail;
#endif
skb->len = precv_frame->u.hdr.len;
skb_set_tail_pointer(skb, skb->len);
if ((pattrib->tcpchk_valid == 1) && (pattrib->tcp_chkrpt == 1))
skb->ip_summed = CHECKSUM_UNNECESSARY;
else
Expand Down

0 comments on commit 75837ee

Please sign in to comment.