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

Commit 6f410bc5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: add support for QoS Enable IOCTL"

parents 7bc293ca eb09dfff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -586,6 +586,10 @@ static int wwan_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
	case RMNET_IOCTL_GET_LLP:           /* Get link protocol state */
		ifr->ifr_ifru.ifru_data = (void *) RMNET_MODE_LLP_IP;
		break;
	case RMNET_IOCTL_SET_QOS_ENABLE:    /* Set QoS header enabled  */
		pr_debug("[%s] wwan_ioctl(): QOS header addition is not supported\n",
			dev->name);
		return -EPERM;
	case RMNET_IOCTL_SET_QOS_DISABLE:   /* Set QoS header disabled */
		break;
	case RMNET_IOCTL_FLOW_ENABLE: