Author: sephe
Date: Thu Sep  1 05:15:04 2016
New Revision: 305173
URL: https://svnweb.freebsd.org/changeset/base/305173

Log:
  net/rndis: Add comment for rndis_set_parameter
  
  MFC after:    1 week
  Sponsored by: Microsoft
  Differential Revision:        https://reviews.freebsd.org/D7705

Modified:
  head/sys/net/rndis.h

Modified: head/sys/net/rndis.h
==============================================================================
--- head/sys/net/rndis.h        Thu Sep  1 02:57:15 2016        (r305172)
+++ head/sys/net/rndis.h        Thu Sep  1 05:15:04 2016        (r305173)
@@ -217,6 +217,9 @@ struct rndis_set_comp {
        uint32_t rm_status;
 };
 
+/*
+ * Parameter used by OID_GEN_RNDIS_CONFIG_PARAMETER.
+ */
 #define        REMOTE_NDIS_SET_PARAM_NUMERIC   0x00000000
 #define        REMOTE_NDIS_SET_PARAM_STRING    0x00000002
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to