MT_TX_STAT_FIFO_ACKREQ
stat->ack_req = !!(stat1 & MT_TX_STAT_FIFO_ACKREQ);
stat.ack_req = !!(val & MT_TX_STAT_FIFO_ACKREQ);