summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYashdev Singh <yashdevs@codeaurora.org>2015-02-23 13:04:28 -0800
committerEtan Cohen <etancohen@google.com>2015-02-24 21:25:23 -0800
commit6923aaaab8226846031e2523bbcbff1e7455f7e1 (patch)
treeeac90f50549fe31db9984e0fa11636a7fe52600a
parent257ba4e389b21e0b56510017d60e90753cb074c1 (diff)
downloadandroid_hardware_ril-6923aaaab8226846031e2523bbcbff1e7455f7e1.tar.gz
android_hardware_ril-6923aaaab8226846031e2523bbcbff1e7455f7e1.tar.bz2
android_hardware_ril-6923aaaab8226846031e2523bbcbff1e7455f7e1.zip
Telephony: Implementation of IWLAN.
- Introduce IWLAN RAT in ril.h Change-Id: Iaea12214b8333c6b6a56879c4d3b9417e3c24082
-rw-r--r--include/telephony/ril.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 62521f4..a5079f4 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -162,7 +162,8 @@ typedef enum {
RADIO_TECH_LTE = 14,
RADIO_TECH_HSPAP = 15, // HSPA+
RADIO_TECH_GSM = 16, // Only supports voice
- RADIO_TECH_TD_SCDMA = 17
+ RADIO_TECH_TD_SCDMA = 17,
+ RADIO_TECH_IWLAN = 18
} RIL_RadioTechnology;
typedef enum {