diff options
| author | Skylar Chang <chiaweic@codeaurora.org> | 2016-11-01 12:50:11 -0700 |
|---|---|---|
| committer | Skylar Chang <chiaweic@codeaurora.org> | 2016-12-13 17:01:29 -0800 |
| commit | 303f2fbfac3eaa770a7d5a4e3720396dcebca5ca (patch) | |
| tree | de4a84850f1022a48929835415cded88c8b7c5b2 /include/linux | |
| parent | a80e267a8c0d61790c3d1d5f7181ebd1be39c438 (diff) | |
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 <chiaweic@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ipa.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
