mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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
2a469fff98
commit
178228a10e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305277
@ -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