diff options
Diffstat (limited to 'net/ieee80211/ieee80211_tx.c')
-rw-r--r-- | net/ieee80211/ieee80211_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/ieee80211_tx.c b/net/ieee80211/ieee80211_tx.c index fb4509032402..95ccbadbf55b 100644 --- a/net/ieee80211/ieee80211_tx.c +++ b/net/ieee80211/ieee80211_tx.c | |||
@@ -541,7 +541,7 @@ int ieee80211_tx_frame(struct ieee80211_device *ieee, | |||
541 | /* When we allocate the TXB we allocate enough space for the reserve | 541 | /* When we allocate the TXB we allocate enough space for the reserve |
542 | * and full fragment bytes (bytes_per_frag doesn't include prefix, | 542 | * and full fragment bytes (bytes_per_frag doesn't include prefix, |
543 | * postfix, header, FCS, etc.) */ | 543 | * postfix, header, FCS, etc.) */ |
544 | txb = ieee80211_alloc_txb(1, len, GFP_ATOMIC); | 544 | txb = ieee80211_alloc_txb(1, len, ieee->tx_headroom, GFP_ATOMIC); |
545 | if (unlikely(!txb)) { | 545 | if (unlikely(!txb)) { |
546 | printk(KERN_WARNING "%s: Could not allocate TXB\n", | 546 | printk(KERN_WARNING "%s: Could not allocate TXB\n", |
547 | ieee->dev->name); | 547 | ieee->dev->name); |