On Tue, 2013-06-04 at 09:44 +0300, Vladimir Kondratiev wrote: > + if (genlmsg_end(msg, hdr) < 0) { > + nlmsg_free(msg); > + return; > + } I'm guessing you're going to (have to) respin for Ilan's comments -- please remove the bogus error checking here then, genlmsg_end() can only ever return >= 0 since it returns msg->len. johannes -- 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