Wifi->rtl8812au: add chip name /sys/class/rkwifi/chip for RTL8812BU

This commit is contained in:
li bing
2015-01-29 15:01:37 +08:00
parent 99d9e3f5ff
commit 2644e8a0c9

View File

@@ -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) {