1
0
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:
Sepherosa Ziehau 2016-09-02 05:49:38 +00:00
parent 2a469fff98
commit 178228a10e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305277

View File

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