This value is roughly around the value that other devices are setting. The previous value appeared to be stupidly high.
This may solve some interactivity problems and machine performance issues.
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2732
0192ed92-7a03-0410-a25b-
9323aeb14dbd
* 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);