developer | d0c8945 | 2024-10-11 16:53:27 +0800 | [diff] [blame^] | 1 | From 7251f2a0f7d1f5eda27611ff658328c2fe8edbf1 Mon Sep 17 00:00:00 2001 |
| 2 | From: StanleyYP Wang <StanleyYP.Wang@mediatek.com> |
| 3 | Date: Wed, 27 Mar 2024 17:50:16 +0800 |
| 4 | Subject: [PATCH 048/223] mtk: mt76: mt7996: add kite part number support |
| 5 | |
| 6 | Change-Id: Ib06648398f18b47c324e18b476a57444d929608f |
| 7 | Signed-off-by: StanleyYP Wang <StanleyYP.Wang@mediatek.com> |
| 8 | --- |
| 9 | mt7996/eeprom.c | 1 - |
| 10 | 1 file changed, 1 deletion(-) |
| 11 | |
| 12 | diff --git a/mt7996/eeprom.c b/mt7996/eeprom.c |
| 13 | index 3ec146d0..f9bd4d91 100644 |
| 14 | --- a/mt7996/eeprom.c |
| 15 | +++ b/mt7996/eeprom.c |
| 16 | @@ -372,7 +372,6 @@ static int mt7996_eeprom_parse_efuse_hw_cap(struct mt7996_phy *phy, |
| 17 | if (ret) |
| 18 | return ret; |
| 19 | |
| 20 | - cap = 0x4b249248; /* internal hardcode */ |
| 21 | if (cap) { |
| 22 | u8 band_offs = phy->mt76->band_idx * 3; |
| 23 | |
| 24 | -- |
| 25 | 2.45.2 |
| 26 | |