OSDN Git Service

Telephony: Implementation of IWLAN.
authorYashdev Singh <yashdevs@codeaurora.org>
Mon, 23 Feb 2015 21:04:28 +0000 (13:04 -0800)
committerVinit Deshpande <vinitd@google.com>
Mon, 16 Mar 2015 06:35:17 +0000 (23:35 -0700)
- Introduce IWLAN RAT in ril.h

Change-Id: Iaea12214b8333c6b6a56879c4d3b9417e3c24082

include/telephony/ril.h

index 62521f4..a5079f4 100644 (file)
@@ -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 {