On Sun, 2010-07-25 at 18:39 -0700, Jouni Malinen wrote: > The following seems to be more or less minimal patch with that > approach to get rid of this oops with FT protocol.. Is this what you > were looking for? Well so to answer both your emails :-) > - ieee80211_key_disable_hw_accel(key); > + if (key->local) > + ieee80211_key_disable_hw_accel(key); > - ieee80211_debugfs_key_remove(key); > + if (key->local) > + ieee80211_debugfs_key_remove(key); These might look odd, but they're fine on a key that hasn't been used since it couldn't have been uploaded to hardware, or put into debugfs, so they'll just exit right away. The rest of the patch is exactly what I was thinking of. johannes -- 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