summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
Diffstat (limited to 'wifi')
-rw-r--r--wifi/wifi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wifi/wifi.c b/wifi/wifi.c
index edcce22..fcacfe5 100644
--- a/wifi/wifi.c
+++ b/wifi/wifi.c
@@ -177,6 +177,9 @@ char* get_samsung_wifi_type()
if (strncmp(buf, "semcove", 7) == 0)
return "_semcove";
+ if (strncmp(buf, "semcosh", 7) == 0)
+ return "_semcosh";
+
return NULL;
}
#endif