|
@@ -324,7 +324,8 @@ static void rt2x00queue_create_tx_descriptor(struct queue_entry *entry,
|
|
|
/*
|
|
|
* Check if more fragments are pending
|
|
|
*/
|
|
|
- if (ieee80211_has_morefrags(hdr->frame_control)) {
|
|
|
+ if (ieee80211_has_morefrags(hdr->frame_control) ||
|
|
|
+ (tx_info->flags & IEEE80211_TX_CTL_MORE_FRAMES)) {
|
|
|
__set_bit(ENTRY_TXD_BURST, &txdesc->flags);
|
|
|
__set_bit(ENTRY_TXD_MORE_FRAG, &txdesc->flags);
|
|
|
}
|