On Wed, 2011-04-27 at 20:04 +0200, Hauke Mehrtens wrote: > + void *buf; > + buf = vmalloc(size); > + memset(buf, 0, size); > + return buf; vmalloc can fail, right? 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