Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122799
b: refs/heads/master
c: ee370ce
h: refs/heads/master
i:
  122797: 1fa5f3f
  122795: 23c6de6
  122791: c0c4c09
  122783: 41d207e
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Dec 19, 2008
1 parent cade81c commit 1f7bb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54fdb040b4760d5b2994d15c1371e297679420e9
refs/heads/master: ee370ceda823435fe75be7dd4ed7b0e3dc3108b9
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/p54/p54common.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ static void p54_rx_frame_sent(struct ieee80211_hw *dev, struct sk_buff *skb)
entry_hdr = (struct p54_hdr *) entry->data;
entry_data = (struct p54_tx_data *) entry_hdr->data;
priv->tx_stats[entry_data->hw_queue].len--;
priv->stats.dot11ACKFailureCount += payload->tries - 1;

if (unlikely(entry == priv->cached_beacon)) {
kfree_skb(entry);
Expand Down

0 comments on commit 1f7bb58

Please sign in to comment.