summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSrivatsa Vaddagiri <svaddagi@qti.qualcomm.com>2017-03-27 04:18:03 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-27 04:18:03 -0700
commit5d73b258df5f6110c447f14aa78f1903d90fa8d9 (patch)
treecdd8d1f7f8c3a9d363df40c3439c86f7d3fb61d8 /include
parent8a7668835ad5e85869c3d860735c6cb914bbcc63 (diff)
parentd64bd3ead74add975329c9bf8f211ca899e788b7 (diff)
Merge "net: rmnet_data: Add support to configure custom device name" into dev/msm-4.4-8996au
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/rmnet_data.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/include/uapi/linux/rmnet_data.h b/include/uapi/linux/rmnet_data.h
index 8cfe0270ef4f..7ddfa20cec32 100644
--- a/include/uapi/linux/rmnet_data.h
+++ b/include/uapi/linux/rmnet_data.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2015, 2017 The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -223,8 +223,19 @@ enum rmnet_netlink_message_types_e {
* uint32_t MAP Flow Handle
* Returns: status code
*/
- RMNET_NETLINK_DEL_VND_TC_FLOW
+ RMNET_NETLINK_DEL_VND_TC_FLOW,
+
+ /*
+ * RMNET_NETLINK_NEW_VND_WITH_NAME - Creates a new virtual network
+ * device node with the specified
+ * device name
+ * Args: int32_t node number
+ * char[] vnd_name - Use as name
+ * Returns: status code
+ */
+ RMNET_NETLINK_NEW_VND_WITH_NAME
};
+#define RMNET_NETLINK_NEW_VND_WITH_NAME RMNET_NETLINK_NEW_VND_WITH_NAME
enum rmnet_config_endpoint_modes_e {
/* Pass the frame up the stack with no modifications to skb->dev */