Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175145
b: refs/heads/master
c: fb034f8
h: refs/heads/master
i:
  175143: 861db03
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 384058b commit 66dbde2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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: c78732ad75b3917f6a93292be1612527d9c0be9d
refs/heads/master: fb034f841dae4b811901a23194484eaf62b60026
1 change: 0 additions & 1 deletion trunk/drivers/staging/et131x/et1310_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ static int et131x_send_packet(struct sk_buff *skb,

spin_unlock_irqrestore(&etdev->TCBReadyQLock, flags);

tcb->len = skb->len;
tcb->skb = skb;

if ((skb->data != NULL) && ((skb->len - skb->data_len) >= 6)) {
Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/staging/et131x/et1310_tx.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,10 @@ struct tx_desc {
struct tcb {
struct tcb *next; /* Next entry in ring */
u32 flags; /* Our flags for the packet */
u32 count;
u32 count; /* Used to spot stuck/lost packets */
u32 stale; /* Used to spot stuck/lost packets */
struct sk_buff *skb; /* Network skb we are tied to */
u32 len;
u32 index;
u32 index; /* Ring indexes */
u32 index_start;
};

Expand Down

0 comments on commit 66dbde2

Please sign in to comment.