On Wed, 2010-09-22 at 10:34 -0700, Ben Greear wrote: > @@ -308,7 +308,7 @@ void ieee80211_sta_debugfs_add(struct sta_info *sta) > if (!stations_dir) > return; > > - snprintf(mac, sizeof(mac), "%pM", sta->sta.addr); > + snprintf(mac, sizeof(mac), "sta-%pM", sta->sta.addr); Wouldn't a stations/ subdirectory in netdev:wlan0 be nicer? I don't really care too much -- what do others think? 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