net/rndis: Add comment for rndis_comp_hdr
Reviewed by: hps MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7738
This commit is contained in:
parent
d2779e1b33
commit
c271d8af4d
@ -147,6 +147,12 @@ struct rndis_pktinfo {
|
||||
/*
|
||||
* RNDIS control messages
|
||||
*/
|
||||
|
||||
/*
|
||||
* Common header for RNDIS completion messages.
|
||||
*
|
||||
* NOTE: It does not apply to REMOTE_NDIS_RESET_CMPLT.
|
||||
*/
|
||||
struct rndis_comp_hdr {
|
||||
uint32_t rm_type;
|
||||
uint32_t rm_len;
|
||||
|
Loading…
Reference in New Issue
Block a user