diff --git a/sys/net/rndis.h b/sys/net/rndis.h index 7e75ddeb1310..3d823d3bb917 100644 --- a/sys/net/rndis.h +++ b/sys/net/rndis.h @@ -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;