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

Commit 0d4d1aa8 authored by Skylar Chang's avatar Skylar Chang
Browse files

msm ipa: fix set_qos_enable ioctl in wan-driver



in LA, user-space module will try to check if qos
is supported via the ioctl, RMNET_IOCTL_SET_QOS_ENABLE,
to wan-transport driver and it should directly return
"-EINVAL".

Change-Id: Ia62d225d0cc9084e9a3754e48e79a8b472a0ddb6
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 29fdcf36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -939,6 +939,7 @@ static int ipa_wwan_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
		break;
	/*  Set QoS header enabled  */
	case RMNET_IOCTL_SET_QOS_ENABLE:
		return -EINVAL;
		break;
	/*  Set QoS header disabled  */
	case RMNET_IOCTL_SET_QOS_DISABLE: