Skip to content

Commit cd7b1fc

Browse files
committed
fix network not working finally
1 parent eef8642 commit cd7b1fc

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
@@ -5992,6 +5992,7 @@ static const struct mtk_soc_data mt7987_data = {
59925992
},
59935993
.rx = {
59945994
.desc_size = sizeof(struct mtk_rx_dma_v2),
5995+
.irq_done_mask = MTK_RX_DONE_INT_V2,
59955996
.dma_l4_valid = RX_DMA_L4_VALID_V2,
59965997
.dma_max_len = MTK_TX_DMA_BUF_LEN_V2,
59975998
.dma_len_offset = 8,

0 commit comments

Comments
 (0)