resourceservice/resourceservice.c : bug 64/203364/1
authorjaehoon.hyun <jaehoon.hyun@samsung.com>
Fri, 12 Apr 2019 06:05:54 +0000 (15:05 +0900)
committerjaehoon.hyun <jaehoon.hyun@samsung.com>
Fri, 12 Apr 2019 06:05:54 +0000 (15:05 +0900)
bandwidth not support wlan

Change-Id: Id6cb26c9268f345c1d752db91d51cc6d779b7d48

src/scoringmgr/resourceservice/resourceservice.c

index 7359393..c8b0452 100644 (file)
@@ -239,8 +239,7 @@ static double getNetworkBandwidth()
             }\r
 \r
             if (!SSTRNCMP(ifa->ifa_name, "eth") ||\r
-                !SSTRNCMP(ifa->ifa_name, "enp") ||\r
-                !SSTRNCMP(ifa->ifa_name, "wl"))\r
+                !SSTRNCMP(ifa->ifa_name, "enp"))\r
             {\r
                 strncpy(ifr.ifr_name, ifa->ifa_name, sizeof(ifr.ifr_name));\r
                 ifr.ifr_data = (caddr_t)&edata;\r