diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/tx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 7cffaa046b33..7f2e4cdb8904 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -1154,6 +1154,9 @@ static int __ieee80211_tx(struct ieee80211_local *local, | |||
1154 | next = skb->next; | 1154 | next = skb->next; |
1155 | len = skb->len; | 1155 | len = skb->len; |
1156 | 1156 | ||
1157 | if (next) | ||
1158 | info->flags |= IEEE80211_TX_CTL_MORE_FRAMES; | ||
1159 | |||
1157 | sdata = vif_to_sdata(info->control.vif); | 1160 | sdata = vif_to_sdata(info->control.vif); |
1158 | 1161 | ||
1159 | switch (sdata->vif.type) { | 1162 | switch (sdata->vif.type) { |