svn commit: r305173 - head/sys/net
Sepherosa Ziehau
sephe at FreeBSD.org
Thu Sep 1 05:15:05 UTC 2016
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
More information about the svn-src-all
mailing list