Commit 8b0fdca3 authored by Peter Chiu's avatar Peter Chiu Committed by Felix Fietkau

wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976

Add support for a newer ADIE version
Signed-off-by: default avatarPeter Chiu <chui-hao.chiu@mediatek.com>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 0937f95a
...@@ -516,7 +516,8 @@ static int mt798x_wmac_adie_patch_7976(struct mt7915_dev *dev, u8 adie) ...@@ -516,7 +516,8 @@ static int mt798x_wmac_adie_patch_7976(struct mt7915_dev *dev, u8 adie)
if (ret) if (ret)
return ret; return ret;
if (version == 0x8a00 || version == 0x8a10 || version == 0x8b00) { if (version == 0x8a00 || version == 0x8a10 ||
version == 0x8b00 || version == 0x8c10) {
rg_xo_01 = 0x1d59080f; rg_xo_01 = 0x1d59080f;
rg_xo_03 = 0x34c00fe0; rg_xo_03 = 0x34c00fe0;
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment