diff options
| author | Harout Hedeshian <harouth@codeaurora.org> | 2014-11-25 19:10:08 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:05:48 -0700 |
| commit | 59759698a9f77c63f791c2e17a3ffa11a6a3880d (patch) | |
| tree | 256404addbe44543ba987df86db2862b62bb193b /include/uapi | |
| parent | 567dbc61c48db7cd28ef3b8d6a3548bf9235df55 (diff) | |
net: msm_rmnet: Add an extended ioctl definition to pass xlat device info
Add an ioctl for passing rmnet_data device name to the physical device
driver for xlat capable calls. This information is used by the driver
to optimize traffic on the rmnet_data device.
CRs-Fixed: 762178
Change-Id: Ib19730d239882f0900ca2dbd91e5252fefd63053
Acked-by: Sudharsan Coimbatore Premkumar <supremku@qti.qualcomm.com>
Signed-off-by: Harout Hedeshian <harouth@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/msm_rmnet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/msm_rmnet.h b/include/uapi/linux/msm_rmnet.h index 6a3321fba33d..6004cc275515 100644 --- a/include/uapi/linux/msm_rmnet.h +++ b/include/uapi/linux/msm_rmnet.h @@ -57,7 +57,8 @@ enum rmnet_ioctl_extended_cmds_e { RMNET_IOCTL_GET_QOS_VERSION = 0x0012, /* 8/6 byte QoS hdr*/ RMNET_IOCTL_GET_SUPPORTED_QOS_MODES = 0x0013, /* Get QoS modes */ RMNET_IOCTL_SET_SLEEP_STATE = 0x0014, /* Set sleep state */ - RMNET_IOCTL_EXTENDED_MAX = 0x0015 + RMNET_IOCTL_SET_XLAT_DEV_INFO = 0x0015, /* xlat dev name */ + RMNET_IOCTL_EXTENDED_MAX = 0x0016 }; /* Return values for the RMNET_IOCTL_GET_SUPPORTED_FEATURES IOCTL */ |
