add rtl8188eu to rkwifi_sys_iface.c
authorgwl <gwl@rock-chips.com>
Mon, 20 Aug 2012 06:50:02 +0000 (14:50 +0800)
committergwl <gwl@rock-chips.com>
Mon, 20 Aug 2012 06:50:02 +0000 (14:50 +0800)
drivers/net/wireless/wifi_sys/rkwifi_sys_iface.c

index 8963eae6c6ec95c7e58be4d68e4c036ec558588d..593d078d455091551dafa7f84af055c3abe3492c 100644 (file)
@@ -19,8 +19,13 @@ static ssize_t wifi_chip_read(struct class *cls, char *_buf)
 #endif\r
 \r
 #ifdef CONFIG_RTL8192CU\r
-    count = sprintf(_buf, "%s", "RTL8188");\r
-    printk("Current WiFi chip is RTL8188.\n");\r
+    count = sprintf(_buf, "%s", "RTL8188CU");\r
+    printk("Current WiFi chip is RTL8188CU.\n");\r
+#endif\r
+\r
+#ifdef CONFIG_RTL8188EU\r
+    count = sprintf(_buf, "%s", "RTL8188EU");\r
+    printk("Current WiFi chip is RTL8188EU.\n");\r
 #endif\r
 \r
 #ifdef CONFIG_BCM4330\r