From: Arjan van de Ven <arjan@infradead.org>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: wey-yi.w.guy@intel.com, gregkh@kroah.com
Subject: Re: iwlwifi: show qos AC parameters
Date: Sun, 21 Jun 2009 11:07:27 -0700 [thread overview]
Message-ID: <20090621110727.74d95b28@infradead.org> (raw)
In-Reply-To: <200906152114.n5FLEDT3015406@hera.kernel.org>
On Mon, 15 Jun 2009 21:14:13 GMT
Linux Kernel Mailing List <linux-kernel@vger.kernel.org> wrote:
> +static ssize_t show_qos(struct device *d,
> + struct device_attribute *attr, char
> *buf) +{
> + struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
> + char *p = buf;
> + int q;
> +
> + for (q = 0; q < AC_NUM; q++) {
> + p += sprintf(p, "\tcw_min\tcw_max\taifsn\ttxop\n");
> + p += sprintf(p, "AC[%d]\t%u\t%u\t%u\t%u\n", q,
> +
wonder what happened to the "one value per file" sysfs rule...
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
next parent reply other threads:[~2009-06-21 18:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200906152114.n5FLEDT3015406@hera.kernel.org>
2009-06-21 18:07 ` Arjan van de Ven [this message]
2009-06-22 2:48 ` iwlwifi: show qos AC parameters Greg KH
2009-06-22 14:06 ` Guy, Wey-Yi W
2009-06-22 16:23 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090621110727.74d95b28@infradead.org \
--to=arjan@infradead.org \
--cc=gregkh@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=wey-yi.w.guy@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox