Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233073
b: refs/heads/master
c: fc7c976
h: refs/heads/master
i:
  233071: 2daee7e
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Feb 7, 2011
1 parent 35ab965 commit da414fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3dd823e6b86407aed1a025041d8f1df77e43a9c8
refs/heads/master: fc7c976dc7a565213393ce700d4a6105f037bf20
2 changes: 1 addition & 1 deletion trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ static int ieee80211_skb_resize(struct ieee80211_local *local,
skb_orphan(skb);
}

if (skb_header_cloned(skb))
if (skb_cloned(skb))
I802_DEBUG_INC(local->tx_expand_skb_head_cloned);
else if (head_need || tail_need)
I802_DEBUG_INC(local->tx_expand_skb_head);
Expand Down

0 comments on commit da414fe

Please sign in to comment.