On Fri, Aug 27, 2010 at 11:41:54AM -0700, Hauke Mehrtens wrote: > pci-aspm.h was introduced in kernel 2.6.25 and is used by the ath5k driver. > > Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > include/linux/pci-aspm.h | 55 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 55 insertions(+), 0 deletions(-) > create mode 100644 include/linux/pci-aspm.h > > diff --git a/include/linux/pci-aspm.h b/include/linux/pci-aspm.h > new file mode 100644 > index 0000000..c791d00 > --- /dev/null > +++ b/include/linux/pci-aspm.h So compat-wireless would have to copy this file over? We'd then have to synch this file for older kernels, and the real kernel header's own pci-aspm.h for kernels >= 2.6.25 would be using this version of the file. Can we just stuff the ASPM required stuff onto include/linux/compat-2.6.25.h ? Luis -- 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