projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdac593
)
mt76: mt7915: disable ASPM
author
Felix Fietkau
<nbd@nbd.name>
Thu, 6 May 2021 17:03:03 +0000
(19:03 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 17 Jun 2021 16:33:42 +0000
(18:33 +0200)
The same is done on the other chips already, so it is very likely needed
on MT7915 as well
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7915/pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mediatek/mt76/mt7915/pci.c
b/drivers/net/wireless/mediatek/mt76/mt7915/pci.c
index aae2fb3ccad12cc7da34461beb540333bda83260..340b364da5f0dbc13ef042cd310206195e3e348b 100644
(file)
--- a/
drivers/net/wireless/mediatek/mt76/mt7915/pci.c
+++ b/
drivers/net/wireless/mediatek/mt76/mt7915/pci.c
@@
-255,6
+255,8
@@
static int mt7915_pci_probe(struct pci_dev *pdev,
if (ret)
return ret;
+ mt76_pci_disable_aspm(pdev);
+
if (id->device == 0x7916)
return mt7915_pci_hif2_probe(pdev);