RTW89_TXQ_F_AMPDU
if (!test_bit(RTW89_TXQ_F_AMPDU, &rtwtxq->flags) ||
if (test_bit(RTW89_TXQ_F_AMPDU, &rtwtxq->flags)) {
if (test_bit(RTW89_TXQ_F_AMPDU, &rtwtxq->flags))
clear_bit(RTW89_TXQ_F_AMPDU, &rtwtxq->flags);
set_bit(RTW89_TXQ_F_AMPDU, &rtwtxq->flags);