summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYashdev Singh <yashdevs@codeaurora.org>2015-02-23 13:04:28 -0800
committerVinit Deshpande <vinitd@google.com>2015-03-15 23:35:17 -0700
commit3c8f37c6776d91a353439f4691a03ae40c5972ea (patch)
treedd92be63db57692b5309bcce58cdbe7faa113054
parentf99516538f2ccb785b858ca6dc58df23a35564a5 (diff)
downloadandroid_hardware_ril-3c8f37c6776d91a353439f4691a03ae40c5972ea.tar.gz
android_hardware_ril-3c8f37c6776d91a353439f4691a03ae40c5972ea.tar.bz2
android_hardware_ril-3c8f37c6776d91a353439f4691a03ae40c5972ea.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 {