modify chip name /sys/class/rkwifi/chip for 8723BU
authorxxh <xxh@rock-chips.com>
Tue, 13 Jan 2015 06:43:39 +0000 (14:43 +0800)
committerxxh <xxh@rock-chip.com>
Tue, 13 Jan 2015 06:43:39 +0000 (14:43 +0800)
drivers/net/wireless/rockchip_wlan/wifi_sys/rkwifi_sys_iface.c

index 4925df18bcd36532b6f0e18128e6fd0b3026e808..cf209d97a9809568da134beafe058a58f1af39fd 100755 (executable)
@@ -38,6 +38,11 @@ if(type == WIFI_RTKWIFI) {
     printk("Current WiFi chip is RTL8723AU.\n");
 #endif
 
+#ifdef CONFIG_RTL8723BU
+    count = sprintf(_buf, "%s", "RTL8723BU");
+    printk("Current WiFi chip is RTL8723BU.\n");
+#endif
+
 #ifdef CONFIG_RTL8723BS
     count = sprintf(_buf, "%s", "RTL8723BS");
     printk("Current WiFi chip is RTL8723BS.\n");