We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9404a commit f50d2ffCopy full SHA for f50d2ff
net/mac80211/tx.c
@@ -3242,7 +3242,9 @@ static bool ieee80211_amsdu_prepare_head(struct ieee80211_sub_if_data *sdata,
3242
if (info->control.flags & IEEE80211_TX_CTRL_AMSDU)
3243
return true;
3244
3245
- if (!ieee80211_amsdu_realloc_pad(local, skb, sizeof(*amsdu_hdr)))
+ if (!ieee80211_amsdu_realloc_pad(local, skb,
3246
+ sizeof(*amsdu_hdr) +
3247
+ local->hw.extra_tx_headroom))
3248
return false;
3249
3250
data = skb_push(skb, sizeof(*amsdu_hdr));
0 commit comments