Remove the unused code. 79/262479/1
authorNiraj Kumar Goit <niraj.g@samsung.com>
Wed, 11 Aug 2021 12:58:41 +0000 (18:28 +0530)
committerNiraj Kumar Goit <niraj.g@samsung.com>
Wed, 11 Aug 2021 12:58:41 +0000 (18:28 +0530)
Change-Id: I879885c7d2df9acf9495c7acc14ef7ec018b9269
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
include/wifi-state.h
packaging/net-config.spec
src/wifi-state.c

index f8e63d97326290b61516cbb21190e6dff9735982..88dbca97e722489d666a3c27524f7d13948236f3 100755 (executable)
@@ -41,7 +41,6 @@ typedef enum {
        NETCONFIG_WIFI_TECH_WPS_ONLY            = 0x02,
        NETCONFIG_WIFI_TECH_POWERED                     = 0x03,
        NETCONFIG_WIFI_TECH_CONNECTED           = 0x04,
-       NETCONFIG_WIFI_TECH_TETHERED            = 0x05,
 } wifi_tech_state_e;
 
 typedef struct wifi_state_notifier{
index 6de9d9ff2966638dce2838ea95f836cae777f43f..42263fc6fc3a4a0450be5746ccf32a398bc80ca2 100755 (executable)
@@ -1,7 +1,7 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
 Version:       1.2.10
-Release:       1
+Release:       2
 Group:         System/Network
 License:       Apache-2.0
 Source0:       %{name}-%{version}.tar.gz
index ee3b1d424e4e9ddd8724b176c32f5e82246f584a..52db93b9fc778c9ad0e768d565f323d115d7c78c 100755 (executable)
@@ -122,8 +122,6 @@ char *_convert_wifi_technology_state_to_string(wifi_tech_state_e wifi_tech_state
                return "powered";
        case NETCONFIG_WIFI_TECH_CONNECTED:
                return "connected";
-       case NETCONFIG_WIFI_TECH_TETHERED:
-               return "tethered";
        default:
                ERR("Invalid wifi_tech_state_e parameter");
                break;