Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10359
b: refs/heads/master
c: 077783f
h: refs/heads/master
i:
  10357: a40508a
  10355: c648b9a
  10351: 2adb02b
v: v3
  • Loading branch information
James Ketrenos authored and Jeff Garzik committed Oct 26, 2005
1 parent 2ff796f commit 6d455af
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: ac9c18974f7d08cdedfb1e9599faa8c851c7cef9
refs/heads/master: 077783f87708b24054452e5c07685ead2c28b1eb
2 changes: 1 addition & 1 deletion trunk/net/ieee80211/ieee80211_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ int ieee80211_tx_frame(struct ieee80211_device *ieee,
/* When we allocate the TXB we allocate enough space for the reserve
* and full fragment bytes (bytes_per_frag doesn't include prefix,
* postfix, header, FCS, etc.) */
txb = ieee80211_alloc_txb(1, len, GFP_ATOMIC);
txb = ieee80211_alloc_txb(1, len, ieee->tx_headroom, GFP_ATOMIC);
if (unlikely(!txb)) {
printk(KERN_WARNING "%s: Could not allocate TXB\n",
ieee->dev->name);
Expand Down

0 comments on commit 6d455af

Please sign in to comment.