On Thu, 2013-01-24 at 14:08 +0100, Johannes Berg wrote: > On Thu, 2013-01-24 at 13:01 +0100, Johannes Berg wrote: > > From: Alexander Bondar <alexander.bondar@xxxxxxxxx> > > > > Add debugfs driver callbacks to be called upon interface addition, > > removal and type change. > > Never mind, apparently this doesn't work. I haven't tried myself yet. The issue is that the driver might rely on mac80211 removing the dir (recursively), but that only happens when the interface is destroyed. However, add/remove here happens when the interface is added to/removed from the driver, which is up/down not create/destroy. 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