[rndis] Send RNDIS_HALT_MSG

The RNDIS specification requires that we send RNDIS_HALT_MSG.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-12-19 18:09:04 +00:00
parent 1d0ade42db
commit 4de0e273a7
2 changed files with 59 additions and 1 deletions

View File

@@ -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 {