--- x/net/mac80211/debugfs_sta.c +++ y/net/mac80211/debugfs_sta.c @@ -1284,6 +1284,12 @@ void ieee80211_sta_debugfs_add(struct st void ieee80211_sta_debugfs_remove(struct sta_info *sta) { + struct ieee80211_sub_if_data *sdata = sta->sdata; + + if (!sdata->debugfs.subdir_stations) + return; + if (!sdata->vif.debugfs_dir) + return; debugfs_remove_recursive(sta->debugfs_dir); sta->debugfs_dir = NULL; }