On Fri, May 16, 2008 at 7:10 AM, Michael Bernhard <michael.bernhard@xxxxxx> wrote: > diff --git a/compat/compat.h b/compat/compat.h > index 4ae26ac..0d940ab 100644 > --- a/compat/compat.h > +++ b/compat/compat.h > @@ -30,6 +30,9 @@ > #include <linux/init.h> > #include <linux/uaccess.h> > > +#include <linux/unaligned/access_ok.h> > +#include <linux/unaligned/generic.h> > + > #include <net/arp.h> > #include <net/neighbour.h> This only solves the compatibility for x86 arch. I have handled the porting of this by actually looking at all architectures and see how they managed to support the new unaligned API. You can find these changes here http://tinyurl.com/5unrhz Thanks for the patches though. I have pushed the required changes in. 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