Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223226
b: refs/heads/master
c: 6934d33
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and David S. Miller committed Dec 10, 2010
1 parent 2b1f36a commit 1913dd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 78347c8c6b2ddf20535bc1b18d749a3bbdea2a60
refs/heads/master: 6934d33556b366d22392a415ca09d720fed6a442
4 changes: 0 additions & 4 deletions trunk/drivers/net/usb/hso.c
Original file line number Diff line number Diff line change
Expand Up @@ -958,10 +958,6 @@ static void packetizeRx(struct hso_net *odev, unsigned char *ip_pkt,
/* Packet is complete. Inject into stack. */
/* We have IP packet here */
odev->skb_rx_buf->protocol = cpu_to_be16(ETH_P_IP);
/* don't check it */
odev->skb_rx_buf->ip_summed =
CHECKSUM_UNNECESSARY;

skb_reset_mac_header(odev->skb_rx_buf);

/* Ship it off to the kernel */
Expand Down

0 comments on commit 1913dd7

Please sign in to comment.