Am 20.07.2011 21:27, schrieb Johannes Berg: > On Wed, 2011-07-20 at 12:19 +0200, Yegor Yefremov wrote: > >>> +ifeq ($(NL3FOUND),Y) >>> +CFLAGS += -DCONFIG_LIBNL20 >>> +LIBS += -lnl-genl >>> +NLLIBNAME = libnl-3.0 >>> +endif > I'd prefer if you did -DCONFIG_LIBNL30 and added the correct ifdefs > (please make it #if defined(...) || defined(...)) O.K. I made the changes (see v2). The code excluded, if LIBNL20 is detected, was actually libnl 1.x compatibility code and not libnl 2.0 compatibility code. Do I see it right? Yegor -- 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