Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150233
b: refs/heads/master
c: 61189c7
h: refs/heads/master
i:
  150231: 39dbbf3
v: v3
  • Loading branch information
Peter Korsgaard authored and David S. Miller committed May 18, 2009
1 parent a6731f5 commit b2ae197
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 9d21493b4beb8f918ba248032fefa393074a5e2b
refs/heads/master: 61189c78bda846f4682c6003e893362f4305518b
12 changes: 6 additions & 6 deletions trunk/drivers/net/usb/dm9601.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,10 @@ static int dm9601_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
int len;

/* format:
b0: rx status
b1: packet length (incl crc) low
b2: packet length (incl crc) high
b3..n-4: packet data
b1: rx status
b2: packet length (incl crc) low
b3: packet length (incl crc) high
b4..n-4: packet data
bn-3..bn: ethernet crc
*/

Expand Down Expand Up @@ -533,8 +533,8 @@ static struct sk_buff *dm9601_tx_fixup(struct usbnet *dev, struct sk_buff *skb,
int len;

/* format:
b0: packet length low
b1: packet length high
b1: packet length low
b2: packet length high
b3..n: packet data
*/

Expand Down

0 comments on commit b2ae197

Please sign in to comment.