Wifi->rtl8812au: add chip name /sys/class/rkwifi/chip for RTL8812BU
authorli bing <libing@rock-chips.com>
Thu, 29 Jan 2015 07:01:37 +0000 (15:01 +0800)
committerli bing <libing@rock-chips.com>
Thu, 29 Jan 2015 07:01:37 +0000 (15:01 +0800)
drivers/net/wireless/rockchip_wlan/wifi_sys/rkwifi_sys_iface.c

index cf209d97a9809568da134beafe058a58f1af39fd..9465a4f7f1af2258f4145dc6c3fa3a1091868e2d 100755 (executable)
@@ -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) {