Author: sephe
Date: Fri Sep  2 05:49:38 2016
New Revision: 305277
URL: https://svnweb.freebsd.org/changeset/base/305277

Log:
  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

Modified:
  head/sys/net/rndis.h

Modified: head/sys/net/rndis.h
==============================================================================
--- head/sys/net/rndis.h        Fri Sep  2 05:30:38 2016        (r305276)
+++ head/sys/net/rndis.h        Fri Sep  2 05:49:38 2016        (r305277)
@@ -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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to