On Friday 24 August 2007 12:08:32 Johannes Berg wrote: > On Fri, 2007-08-24 at 00:22 +0200, Michael Buesch wrote: > > > struct b43_key { > > - void *keyconf; > > - bool enabled; > > + /* If keyconf is NULL, this key is disabled. > > + * keyconf is a cookie. Don't derefenrence it outside of the set_key > > + * path, because b43 doesn't own it. */ > > + struct ieee80211_key_conf *keyconf; > > Just for clarification, you're allowed to dereference it as well if you > wish but most things you can do with it (e.g. change hw key index) are > racy. That's what "because b43 doesn't own it" means. :) -- Greetings Michael. - 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