summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorzzc <zzc@rock-chips.com>2017-04-05 16:16:34 +0800
committerHuang, Tao <huangtao@rock-chips.com>2017-04-06 12:01:56 +0800
commitd7db16868d31f76d758503be042afa377fa00e28 (patch)
treee996ab6f4070d2ae5101451baebc44ed5145ea0d /net
parent57a85fb8ba5f5d00905108c5959a8f15e91418c6 (diff)
net: wireless: rockchip_wlan: add rtl8723cs support
update rtl8723cs wifi driver to version v5.2.1_21569.20170329_COEX20170214-1500 Change-Id: Iee0c342b4fb44a30be0004a2dcee40dea5e67269 Signed-off-by: zzc <zzc@rock-chips.com>
Diffstat (limited to 'net')
-rw-r--r--net/rfkill/rfkill-wlan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rfkill/rfkill-wlan.c b/net/rfkill/rfkill-wlan.c
index 070ef05ca15c..4526d0776199 100644
--- a/net/rfkill/rfkill-wlan.c
+++ b/net/rfkill/rfkill-wlan.c
@@ -138,6 +138,8 @@ int get_wifi_chip_type(void)
type = WIFI_RTL8723BS_VQ0;
} else if (strcmp(wifi_chip_type_string, "rtl8723bs") == 0) {
type = WIFI_RTL8723BS;
+ } else if (strcmp(wifi_chip_type_string, "rtl8723cs") == 0) {
+ type = WIFI_RTL8723CS;
} else if (strcmp(wifi_chip_type_string, "rtl8723au") == 0) {
type = WIFI_RTL8723AU;
} else if (strcmp(wifi_chip_type_string, "rtl8723bu") == 0) {