X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2Fsrc%2Fwlan.c;h=3661871e342e908cc001405a1660b9793e9c01d0;hp=1f4afa3b618d147a7a7b9b493f85a86b5ae60a4c;hb=d097e45550d09b473b00bc0e11f5028c06173405;hpb=7fe56f5344c292bede880f351a0d8eb710898c03 diff --git a/carlfw/src/wlan.c b/carlfw/src/wlan.c index 1f4afa3..3661871 100644 --- a/carlfw/src/wlan.c +++ b/carlfw/src/wlan.c @@ -198,6 +198,7 @@ static bool wlan_tx_consume_retry(struct carl9170_tx_superframe *super) /* update MAC flags */ super->f.hdr.mac.erp_prot = super->s.ri[super->s.rix].erp_prot; + super->f.hdr.mac.ampdu = super->s.ri[super->s.rix].ampdu; /* reinitialize try counter */ super->s.cnt = 1;