modify chip name /sys/class/rkwifi/chip for 8723BU

This commit is contained in:
xxh 2015-01-13 14:43:39 +08:00 committed by xxh
parent 9bbc54a4c0
commit ecb6fd7d63

View File

@ -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");