Hi Hauke, Sumit, > > Felix reported that the file /sys/kernel/debug/ieee80211/phy0/rc is now > > located at /sys/kernel/debug/rc. Yeah, we noticed this the other day too. > +++ b/net/wireless/core.c > @@ -473,6 +473,10 @@ struct wiphy *wiphy_new_nm(const struct > cfg80211_ops *ops, int sizeof_priv, > } > } > > + /* add to debugfs */ > + rdev->wiphy.debugfsdir = debugfs_create_dir(wiphy_name(&rdev->wiphy), > + ieee80211_debugfs_dir); This cannot work, we haven't committed to the name of the wiphy yet at this point. I have some fixes, I'll send them out asap. johannes