* [PATCH] libertas: add LED control TLV to types.h
@ 2008-03-03 11:16 Holger Schurig
2008-03-04 17:12 ` Dan Williams
0 siblings, 1 reply; 2+ messages in thread
From: Holger Schurig @ 2008-03-03 11:16 UTC (permalink / raw)
To: libertas-dev; +Cc: linux-wireless, John W. Linville, Dan Williams
From: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] libertas: add LED control TLV to types.h
2008-03-03 11:16 [PATCH] libertas: add LED control TLV to types.h Holger Schurig
@ 2008-03-04 17:12 ` Dan Williams
0 siblings, 0 replies; 2+ messages in thread
From: Dan Williams @ 2008-03-04 17:12 UTC (permalink / raw)
To: Holger Schurig; +Cc: libertas-dev, linux-wireless, John W. Linville
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-04 17:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03 11:16 [PATCH] libertas: add LED control TLV to types.h Holger Schurig
2008-03-04 17:12 ` Dan Williams
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).