From: Dan Williams <dcbw@redhat.com>
To: Holger Schurig <hs4233@mail.mn-solutions.de>
Cc: libertas-dev@lists.infradead.org, linux-wireless@vger.kernel.org,
"John W. Linville" <linville@tuxdriver.com>
Subject: Re: [PATCH] libertas: add LED control TLV to types.h
Date: Tue, 04 Mar 2008 12:12:04 -0500 [thread overview]
Message-ID: <1204650724.30024.2.camel@localhost.localdomain> (raw)
In-Reply-To: <200803031216.42283.hs4233@mail.mn-solutions.de>
On Mon, 2008-03-03 at 12:16 +0100, Holger Schurig wrote:
> From: David Woodhouse <dwmw2@infradead.org>
>
> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Acked-by: Dan Williams <dcbw@redhat.com>
> diff --git a/drivers/net/wireless/libertas/types.h b/drivers/net/wireless/libertas/types.h
> index f0d5795..4031be4 100644
> --- a/drivers/net/wireless/libertas/types.h
> +++ b/drivers/net/wireless/libertas/types.h
> @@ -239,4 +239,17 @@ struct mrvlietypes_ledgpio {
> struct led_pin ledpin[1];
> } __attribute__ ((packed));
>
> +struct led_bhv {
> + uint8_t firmwarestate;
> + uint8_t led;
> + uint8_t ledstate;
> + uint8_t ledarg;
> +} __attribute__ ((packed));
> +
> +
> +struct mrvlietypes_ledbhv {
> + struct mrvlietypesheader header;
> + struct led_bhv ledbhv[1];
> +} __attribute__ ((packed));
> +
> #endif
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2008-03-04 17:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-03 11:16 [PATCH] libertas: add LED control TLV to types.h Holger Schurig
2008-03-04 17:12 ` Dan Williams [this message]
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=1204650724.30024.2.camel@localhost.localdomain \
--to=dcbw@redhat.com \
--cc=hs4233@mail.mn-solutions.de \
--cc=libertas-dev@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.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;
as well as URLs for NNTP newsgroup(s).