On Sat, Jul 23, 2011 at 10:16:32AM +0530, Rajkumar Manoharan wrote: > > + pci_read_config_byte(pdev, PCI_EXP_LNKCTL, &aspm); > > + aspm &= ~(PCIE_LINK_STATE_L0S | PCIE_LINK_STATE_L1); > > + pci_write_config_byte(pdev, PCI_EXP_LNKCTL, aspm); > > } > > > There seems to be where address diff b/w ATH_PCIE_CAP_LINK_CTRL & > PCI_EXP_LNKCTL. It has to be like pcie_config_aspm_dev. Isn't it? Good point. I'll correct and repost. Thanks Stanislaw -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html