mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04: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
1 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue