Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f7f9376 authored by Krishna Nagaraja's avatar Krishna Nagaraja Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa3: add ioctl interface for dual backhaul



Add the ioctl interface to indicate Dual backhaul info,
using QMI message.

Change-Id: I5fa944c61e1745fe71c7ddc8bf48e0001c19e520
Signed-off-by: default avatarKrishna Nagaraja <quic_krisnag@quicinc.com>
parent e531d359
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
#define WAN_IOCTL_RMV_OFFLOAD_CONNECTION     19
#define WAN_IOCTL_GET_WAN_MTU                20
#define WAN_IOCTL_NOTIFY_NAT_MOVE_RES        21
#define WAN_IOCTL_NOTIFY_DUAL_BACKHAUL_INFO   22

/* User space may not have this defined. */
#ifndef IFNAMSIZ
@@ -195,6 +196,10 @@ struct wan_ioctl_query_per_client_stats {
		WAN_IOCTL_ADD_FLT_RULE, \
		struct ipa_install_fltr_rule_req_msg_v01 *)

#define  WAN_IOC_NOTIFY_DUAL_BACKHAUL_INFO _IOWR(WAN_IOC_MAGIC, \
		WAN_IOCTL_NOTIFY_DUAL_BACKHAUL_INFO, \
		struct ipa_eth_backhaul_info_req_msg_v01 *)

#define WAN_IOC_ADD_FLT_RULE_INDEX _IOWR(WAN_IOC_MAGIC, \
		WAN_IOCTL_ADD_FLT_INDEX, \
		struct ipa_fltr_installed_notif_req_msg_v01 *)