[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090621110727.74d95b28@infradead.org>
Date: Sun, 21 Jun 2009 11:07:27 -0700
From: Arjan van de Ven <arjan@...radead.org>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc: wey-yi.w.guy@...el.com, gregkh@...ah.com
Subject: Re: iwlwifi: show qos AC parameters
On Mon, 15 Jun 2009 21:14:13 GMT
Linux Kernel Mailing List <linux-kernel@...r.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists