Johannes Berg wrote: > On Fri, 2008-11-28 at 22:20 +0530, Sujith wrote: > > > + sc->sc_debug.debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL); > > + if (!sc->sc_debug.debugfs_root) > > + goto err; > > + > > + sc->sc_debug.debugfs_phy = debugfs_create_dir(wiphy_name(sc->hw->wiphy), > > + sc->sc_debug.debugfs_root); > > Any reason not to use /debug/ieee80211/<phyN>/<KBUILD_MODNAME>/...? > Can't say I really care though. > I figured that since most of the drivers create their root directory in /debug/, I would do the same. But yeah, ieee80211/... makes sense too, I'll move it later on. :) Sujith -- 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