Re: [PATCH] dynamic wep keys for airo.c

From: Domen Puncer
Date: Fri May 06 2005 - 03:07:36 EST


On 03/05/05 08:26 -0700, Benjamin Reed wrote:
> module_param_array(ssids, charp, NULL, 0);
> module_param(auto_wep, int, 0);
> +module_param(perm_key_support, int, 1);

^ permissions in sysfs

> if (rc!=SUCCESS) printk(KERN_ERR "airo: WEP_TEMP set %x\n", rc);
> if (perm) {
> + // We make these messages debug. They really should be error,
> + // but no one seems to use the TEMP flag and writing a PERM key
> + // with the MAC disable throws this error

/* */?


Domen
-
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/