mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user