Skip to content

Commit

Permalink
mt7603: move tx status to rx queue 0
Browse files Browse the repository at this point in the history
This makes it easier to loop powersave-filtered packets through the MCU queue
without involving the firmware

Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
nbd168 committed Nov 20, 2018
1 parent b44d793 commit 82363ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mt7603/init.c
Expand Up @@ -236,7 +236,6 @@ mt7603_mac_init(struct mt7603_dev *dev)
mt76_wr(dev, MT_DMA_TCFR1,
FIELD_PREP(MT_DMA_TCFR_TXS_AGGR_TIMEOUT, 1) | /* 32 us */
MT_DMA_TCFR_TXS_AGGR_COUNT | /* Maximum count */
MT_DMA_TCFR_TXS_QUEUE | /* Queue 1 */
MT_DMA_TCFR_TXS_BIT_MAP);

mt76_wr(dev, MT_MCU_PCIE_REMAP_1, MT_PSE_WTBL_2_PHYS_ADDR);
Expand Down

0 comments on commit 82363ab

Please sign in to comment.