Hi again John, On 10/01/2011 01:12 PM, Kalle Valo wrote: > here's a pretty big pull request from ath6kl.git. I was supposed to send > this already earlier, but I wanted to have a fix for an important TCP > corruption bug first. Even there are quite a few changes, I still ask > you to consider this for the 3.2 release. It has received extensive > testing and we have fixed a bunch of bugs from the current version in > wireless-next. Actually I had to do an update to the pull request and add the commit below to make it properly compile on ARM. commit 62c83ac4d6bcfa6a116c8f1c8ace05cb3933a4f1 Author: Kalle Valo <kvalo@xxxxxxxxxxxxxxxx> Date: Mon Oct 3 13:44:40 2011 +0300 ath6kl: include vmalloc.h in debug.c I just pushed that change to github to the same for-linville branch. Also I noticed that while compiling ath6kl for beagleboard I need this: diff --git a/include/linux/of.h b/include/linux/of.h index 9180dc5..219c29d 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -17,6 +17,7 @@ */ #include <linux/types.h> #include <linux/bitops.h> +#include <linux/errno.h> #include <linux/kref.h> #include <linux/mod_devicetable.h> #include <linux/spinlock.h> But I'll send that to the device tree maintainers. Kalle -- 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