Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:39953 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754497Ab0IVSbK (ORCPT ); Wed, 22 Sep 2010 14:31:10 -0400 Subject: Re: [mac80211] mac80211: Support multiple VIFS per AP in debugfs. From: Johannes Berg To: Ben Greear Cc: linux-wireless@vger.kernel.org In-Reply-To: <4C9A3E1C.8070306@candelatech.com> References: <1285071310-11440-1-git-send-email-greearb@candelatech.com> <4C98DC5D.2000108@candelatech.com> <1285086618.12764.3.camel@jlt3.sipsolutions.net> <4C98E05B.8050609@candelatech.com> <1285088605.12764.5.camel@jlt3.sipsolutions.net> <1285091341.12764.7.camel@jlt3.sipsolutions.net> <4C9A35FD.8060201@candelatech.com> <1285174896.3684.71.camel@jlt3.sipsolutions.net> <4C9A3E1C.8070306@candelatech.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 22 Sep 2010 20:31:05 +0200 Message-ID: <1285180265.3684.74.camel@jlt3.sipsolutions.net> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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