diff --git a/ath/if_ath_pci.c b/ath/if_ath_pci.c index 828122b..45a833c 100644 --- a/ath/if_ath_pci.c +++ b/ath/if_ath_pci.c @@ -155,7 +155,7 @@ ath_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) * set it to the value used by other systems. It may be worth * tweaking this setting more. */ - pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0xa8); + pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0x60); pci_set_master(pdev);