From 303f2fbfac3eaa770a7d5a4e3720396dcebca5ca Mon Sep 17 00:00:00 2001 From: Skylar Chang Date: Tue, 1 Nov 2016 12:50:11 -0700 Subject: msm: ipa3: support AP+STA IPA stats Add IPA stats support on AP+STA mode when CNE queries. Also add metering funtionality on WIFI interface to stop the data transfer when quota reached on WIFI-case. Change-Id: I85da89f681170acf21674a8f1a34778014c92892 Signed-off-by: Skylar Chang --- include/linux/ipa.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/linux') diff --git a/include/linux/ipa.h b/include/linux/ipa.h index c3ffe51d8069..d545604cc22d 100644 --- a/include/linux/ipa.h +++ b/include/linux/ipa.h @@ -1066,6 +1066,12 @@ struct ipa_wdi_in_params { #endif }; +enum ipa_upstream_type { + IPA_UPSTEAM_MODEM = 1, + IPA_UPSTEAM_WLAN, + IPA_UPSTEAM_MAX +}; + /** * struct ipa_wdi_out_params - information provided to WDI client * @uc_door_bell_pa: physical address of IPA uc doorbell -- cgit v1.2.3