Skip to content

Commit 6ce56a9

Browse files
committed
fix network not working finally
1 parent d944a30 commit 6ce56a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/net/ethernet/mediatek/mtk_eth_soc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5984,6 +5984,7 @@ static const struct mtk_soc_data mt7987_data = {
59845984
},
59855985
.rx = {
59865986
.desc_size = sizeof(struct mtk_rx_dma_v2),
5987+
.irq_done_mask = MTK_RX_DONE_INT_V2,
59875988
.dma_l4_valid = RX_DMA_L4_VALID_V2,
59885989
.dma_max_len = MTK_TX_DMA_BUF_LEN_V2,
59895990
.dma_len_offset = 8,

0 commit comments

Comments
 (0)