From: xxh Date: Tue, 13 Jan 2015 06:43:39 +0000 (+0800) Subject: modify chip name /sys/class/rkwifi/chip for 8723BU X-Git-Tag: firefly_0821_release~4306 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ecb6fd7d6334a1ec9958cb96fadebcc82a27fbc1;p=firefly-linux-kernel-4.4.55.git modify chip name /sys/class/rkwifi/chip for 8723BU --- 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 4925df18bcd3..cf209d97a980 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 @@ -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");