net: wireless: rockchip_wlan: add rtl8723ds support
[firefly-linux-kernel-4.4.55.git] / net / rfkill / rfkill-wlan.c
index 076e75979a52b7de845a40e4a80c8165bafe0ac6..814010a0c457a87f6b530cb071522498d2f5e343 100644 (file)
@@ -140,6 +140,8 @@ int get_wifi_chip_type(void)
         type = WIFI_RTL8723BS;
     } else if (strcmp(wifi_chip_type_string, "rtl8723cs") == 0) {
        type = WIFI_RTL8723CS;
+    } else if (strcmp(wifi_chip_type_string, "rtl8723ds") == 0) {
+       type = WIFI_RTL8723DS;
     } else if (strcmp(wifi_chip_type_string, "rtl8723au") == 0) {
         type = WIFI_RTL8723AU;        
     } else if (strcmp(wifi_chip_type_string, "rtl8723bu") == 0) {