On Wed, Sep 22, 2010 at 08:31:05PM +0200, Johannes Berg wrote: > 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? Sounds better that way to me too... -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- 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