Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150535
b: refs/heads/master
c: ae71fab
h: refs/heads/master
i:
  150533: edf1418
  150531: 8f92840
  150527: 1df12be
v: v3
  • Loading branch information
David S. Miller committed May 28, 2009
1 parent 2acf7b0 commit ab382f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: 438263ac58f8c2a3a409b7d4e68a37725bd95818
refs/heads/master: ae71fabbe55552afc01f2bc797bee6838db22485
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/wavelan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2869,10 +2869,6 @@ static int wavelan_packet_xmit(struct sk_buff *skb, struct net_device * dev)
if (lp->tx_n_in_use == (NTXBLOCKS - 1))
return 1;
}
#ifdef DEBUG_TX_ERROR
if (skb->next)
printk(KERN_INFO "skb has next\n");
#endif

/* Do we need some padding? */
/* Note : on wireless the propagation time is in the order of 1us,
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/net/wireless/wavelan_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3107,11 +3107,6 @@ wavelan_packet_xmit(struct sk_buff * skb,
* so the Tx buffer is now free */
}

#ifdef DEBUG_TX_ERROR
if (skb->next)
printk(KERN_INFO "skb has next\n");
#endif

/* Check if we need some padding */
/* Note : on wireless the propagation time is in the order of 1us,
* and we don't have the Ethernet specific requirement of beeing
Expand Down

0 comments on commit ab382f4

Please sign in to comment.