Commit 03b3dedc authored by Felix Fietkau's avatar Felix Fietkau

mt76: mt7915: disable ASPM

The same is done on the other chips already, so it is very likely needed
on MT7915 as well
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent bdac593c
...@@ -255,6 +255,8 @@ static int mt7915_pci_probe(struct pci_dev *pdev, ...@@ -255,6 +255,8 @@ static int mt7915_pci_probe(struct pci_dev *pdev,
if (ret) if (ret)
return ret; return ret;
mt76_pci_disable_aspm(pdev);
if (id->device == 0x7916) if (id->device == 0x7916)
return mt7915_pci_hif2_probe(pdev); return mt7915_pci_hif2_probe(pdev);
......
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