net: mediatek: add flow offload for mt7623
mt7623 uses offload version 2 too tested on Bananapi-R2 Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b494ba5a3c
commit
917e2e6c57
|
@ -3202,6 +3202,7 @@ static const struct mtk_soc_data mt7623_data = {
|
|||
.hw_features = MTK_HW_FEATURES,
|
||||
.required_clks = MT7623_CLKS_BITMAP,
|
||||
.required_pctl = true,
|
||||
.offload_version = 2,
|
||||
};
|
||||
|
||||
static const struct mtk_soc_data mt7629_data = {
|
||||
|
|
Loading…
Reference in New Issue