mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
Wifi->rtl8812au: add chip name /sys/class/rkwifi/chip for RTL8812BU
This commit is contained in:
@@ -57,6 +57,13 @@ if(type == WIFI_RTKWIFI) {
|
||||
count = sprintf(_buf, "%s", "RTL8189ES");
|
||||
printk("Current WiFi chip is RTL8189ES.\n");
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_RTL8812AU
|
||||
count = sprintf(_buf, "%s", "RTL8812AU");
|
||||
printk("Current WiFi chip is RTL8812AU.\n");
|
||||
#endif
|
||||
|
||||
|
||||
}
|
||||
|
||||
if(type == WIFI_BCMWIFI) {
|
||||
|
||||
Reference in New Issue
Block a user