On 05/05/2009 03:22 PM, Julia Lawall wrote: > - if (!(ext->alg & IW_ENCODE_ALG_WEP)) { > + if (ext->alg != IW_ENCODE_ALG_WEP) { > pr_debug("asked to set a non wep key :("); While you're at it, there is a missing \n. Care to post a fix for that too? -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html