From 6e457cce9b80465d0e1ffef7c0fef130fcc5264d Mon Sep 17 00:00:00 2001 From: Kai-Heng Feng Date: Wed, 10 Apr 2019 17:00:33 +0800 Subject: [PATCH 2/2] d3delay --- drivers/net/wireless/ath/ath10k/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c index 7dd35599d09f..dd8d59150b3c 100644 --- a/drivers/net/wireless/ath/ath10k/pci.c +++ b/drivers/net/wireless/ath/ath10k/pci.c @@ -3575,6 +3575,7 @@ static int ath10k_pci_probe(struct pci_dev *pdev, ar_pci = ath10k_pci_priv(ar); ar_pci->pdev = pdev; + ar_pci->pdev->d3_delay = 200; ar_pci->dev = &pdev->dev; ar_pci->ar = ar; ar->dev_id = pci_dev->device; -- 2.17.1