mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
modify chip name /sys/class/rkwifi/chip for 8723BU
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user