summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2014-12-19 19:09:04 +0100
committerMichael Brown2014-12-19 19:09:04 +0100
commit4de0e273a78f22dbc62e79906c79fc4579aeac54 (patch)
tree342f768d3eacc254251d3ab6c024be3844107dfc /src/include
parent[rndis] Send RNDIS_INITIALISE_MSG (diff)
downloadipxe-4de0e273a78f22dbc62e79906c79fc4579aeac54.tar.gz
ipxe-4de0e273a78f22dbc62e79906c79fc4579aeac54.tar.xz
ipxe-4de0e273a78f22dbc62e79906c79fc4579aeac54.zip
[rndis] Send RNDIS_HALT_MSG
The RNDIS specification requires that we send RNDIS_HALT_MSG. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/rndis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/rndis.h b/src/include/ipxe/rndis.h
index 4e4ab7f8..bd6793e4 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 {