From: gwl Date: Mon, 20 Aug 2012 06:50:02 +0000 (+0800) Subject: add rtl8188eu to rkwifi_sys_iface.c X-Git-Tag: firefly_0821_release~8891 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e85be8c2be54e911099abe07d6374d6642ce8836;p=firefly-linux-kernel-4.4.55.git add rtl8188eu to rkwifi_sys_iface.c --- diff --git a/drivers/net/wireless/wifi_sys/rkwifi_sys_iface.c b/drivers/net/wireless/wifi_sys/rkwifi_sys_iface.c index 8963eae6c6ec..593d078d4550 100644 --- a/drivers/net/wireless/wifi_sys/rkwifi_sys_iface.c +++ b/drivers/net/wireless/wifi_sys/rkwifi_sys_iface.c @@ -19,8 +19,13 @@ static ssize_t wifi_chip_read(struct class *cls, char *_buf) #endif #ifdef CONFIG_RTL8192CU - count = sprintf(_buf, "%s", "RTL8188"); - printk("Current WiFi chip is RTL8188.\n"); + count = sprintf(_buf, "%s", "RTL8188CU"); + printk("Current WiFi chip is RTL8188CU.\n"); +#endif + +#ifdef CONFIG_RTL8188EU + count = sprintf(_buf, "%s", "RTL8188EU"); + printk("Current WiFi chip is RTL8188EU.\n"); #endif #ifdef CONFIG_BCM4330