Re: p80211wext.c: problem with IW_ENCODE_ALG_WEP

From: Jiri Slaby
Date: Tue May 05 2009 - 09:35:43 EST


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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/