projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb93cf
)
add rtl8188eu to rkwifi_sys_iface.c
author
gwl
<gwl@rock-chips.com>
Mon, 20 Aug 2012 06:50:02 +0000
(14:50 +0800)
committer
gwl
<gwl@rock-chips.com>
Mon, 20 Aug 2012 06:50:02 +0000
(14:50 +0800)
drivers/net/wireless/wifi_sys/rkwifi_sys_iface.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/wifi_sys/rkwifi_sys_iface.c
b/drivers/net/wireless/wifi_sys/rkwifi_sys_iface.c
index 8963eae6c6ec95c7e58be4d68e4c036ec558588d..593d078d455091551dafa7f84af055c3abe3492c 100644
(file)
--- 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
\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