diff options
-rw-r--r-- | net/mac80211/rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index eeab7250f4b9..3e289a64ed43 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
@@ -2472,7 +2472,7 @@ ieee80211_rx_h_mesh_fwding(struct ieee80211_rx_data *rx) | |||
2472 | if (!ifmsh->mshcfg.dot11MeshForwarding) | 2472 | if (!ifmsh->mshcfg.dot11MeshForwarding) |
2473 | goto out; | 2473 | goto out; |
2474 | 2474 | ||
2475 | fwd_skb = skb_copy(skb, GFP_ATOMIC); | 2475 | fwd_skb = skb_copy_expand(skb, local->tx_headroom, 0, GFP_ATOMIC); |
2476 | if (!fwd_skb) { | 2476 | if (!fwd_skb) { |
2477 | net_info_ratelimited("%s: failed to clone mesh frame\n", | 2477 | net_info_ratelimited("%s: failed to clone mesh frame\n", |
2478 | sdata->name); | 2478 | sdata->name); |