Hi, I'm working on including "iw" on Android AOSP eng builds and it turns out we need some fixes to Android.mk to make it build on a current AOSP tree. We already have an Android git repo set up with the "iw" tree: https://android.googlesource.com/platform/external/iw.git The two patches in this patchset will fix the references to libnl and remove the nla_put_flag that might have been necessary in the past but is no longer needed. One alternative is to remove Android.mk from the upstream repo at kernel.org, in which case we could simply maintain it downstream in the Android repo instead. If that's what you prefer, let me know and I can send you an alternative commit to just remove those files. Let me know if you have questions or suggestions. Cheers, Filipe Filipe Brandenburger (2): iw: fix references to libnl in Android.mk iw: remove android-nl.c with unneeded workaround Android.mk | 6 +++--- android-nl.c | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 android-nl.c -- 2.5.0.rc2.392.g76e840b -- 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