diff --git a/drivers/net/wireless/rockchip_wlan/wifi_sys/rkwifi_sys_iface.c b/drivers/net/wireless/rockchip_wlan/wifi_sys/rkwifi_sys_iface.c index cf209d97a980..9465a4f7f1af 100755 --- a/drivers/net/wireless/rockchip_wlan/wifi_sys/rkwifi_sys_iface.c +++ b/drivers/net/wireless/rockchip_wlan/wifi_sys/rkwifi_sys_iface.c @@ -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) {