Skip to content

Commit c9f8d73

Browse files
LorenzoBianconikuba-moo
authored andcommitted
net: mtk_eth_soc: enable flow offload support for MT7986 SoC
Since Wireless Ethernet Dispatcher is now available for mt7986 in mt76, enable hw flow support for MT7986 SoC. Signed-off-by: Lorenzo Bianconi <[email protected]> Link: https://lore.kernel.org/r/fdcaacd827938e6a8c4aa1ac2c13e46d2c08c821.1670072898.git.lorenzo@kernel.org Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 7112a04 commit c9f8d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/mediatek/mtk_eth_soc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4593,6 +4593,7 @@ static const struct mtk_soc_data mt7986_data = {
45934593
.hw_features = MTK_HW_FEATURES,
45944594
.required_clks = MT7986_CLKS_BITMAP,
45954595
.required_pctl = false,
4596+
.offload_version = 2,
45964597
.hash_offset = 4,
45974598
.foe_entry_size = sizeof(struct mtk_foe_entry),
45984599
.txrx = {

0 commit comments

Comments
 (0)