Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278088
b: refs/heads/master
c: 778e650
h: refs/heads/master
v: v3
  • Loading branch information
Kalle Valo committed Nov 11, 2011
1 parent f25f480 commit fc55483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 8a8109169bcb3390a46c81a45fbfdd4801fb1adc
refs/heads/master: 778e6502414a35e3db8f3637a600b6645ac0b815
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/ath/ath6kl/txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,9 @@ void ath6kl_tx_complete(void *context, struct list_head *packet_queue)

vif->net_stats.tx_errors++;

if (status != -ENOSPC)
ath6kl_err("tx error, status: 0x%x\n", status);
if (status != -ENOSPC && status != -ECANCELED)
ath6kl_warn("tx complete error: %d\n", status);

ath6kl_dbg(ATH6KL_DBG_WLAN_TX,
"%s: skb=0x%p data=0x%p len=0x%x eid=%d %s\n",
__func__, skb, packet->buf, packet->act_len,
Expand Down

0 comments on commit fc55483

Please sign in to comment.