mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
modify chip name /sys/class/rkwifi/chip for 8723BU
This commit is contained in:
parent
9bbc54a4c0
commit
ecb6fd7d63
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user