On Fri, 2007-08-24 at 12:16 +0200, Michael Buesch wrote:
> 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. :)

I missed the "outside of the set_key" part, sorry.

johannes

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to