From bf3d68cfbb25e2a1d31f0504b38610963fc0504a Mon Sep 17 00:00:00 2001 From: Sangjin Sim Date: Mon, 1 Jun 2015 11:01:24 +0900 Subject: [PATCH] Add radio error type about antenna Change-Id: I07c2ffe77004c6287b78ea7be2ed34eed603f3a4 --- include/mm_error.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mm_error.h b/include/mm_error.h index 1f20754..27edb33 100755 --- a/include/mm_error.h +++ b/include/mm_error.h @@ -131,7 +131,8 @@ #define MM_ERROR_RADIO_NO_OP (MM_ERROR_RADIO_CLASS | 0x06) /**< Radio is in desired state */ #define MM_ERROR_RADIO_DEVICE_NOT_OPENED (MM_ERROR_RADIO_CLASS | 0x07) /**< Failed to opne radio devide */ #define MM_ERROR_RADIO_DEVICE_NOT_FOUND (MM_ERROR_RADIO_CLASS | 0x08) /**< Failed to find radio devide */ -#define MM_ERROR_RADIO_PERMISSION_DENIED (MM_ERROR_RADIO_CLASS | 0x08) /**< not supported permission */ +#define MM_ERROR_RADIO_PERMISSION_DENIED (MM_ERROR_RADIO_CLASS | 0x09) /**< Not supported permission */ +#define MM_ERROR_RADIO_NO_ANTENNA (MM_ERROR_RADIO_CLASS | 0x0a) /**< No antenna error */ /* -- 2.7.4