From 4de0e273a78f22dbc62e79906c79fc4579aeac54 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 19 Dec 2014 18:09:04 +0000 Subject: [rndis] Send RNDIS_HALT_MSG The RNDIS specification requires that we send RNDIS_HALT_MSG. Signed-off-by: Michael Brown --- src/include/ipxe/rndis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/ipxe') diff --git a/src/include/ipxe/rndis.h b/src/include/ipxe/rndis.h index 4e4ab7f8f..bd6793e46 100644 --- a/src/include/ipxe/rndis.h +++ b/src/include/ipxe/rndis.h @@ -88,7 +88,7 @@ struct rndis_initialise_completion { } __attribute__ (( packed )); /** RNDIS halt message */ -#define RNIS_HALT_MSG 0x00000003UL +#define RNDIS_HALT_MSG 0x00000003UL /** RNDIS halt message */ struct rndis_halt_message { -- cgit v1.2.3-55-g7522