wifi_sys:make use of p2p sysfs for BK3515A
authorlintao <lintao@rock-chips.com>
Fri, 6 Sep 2013 00:46:39 +0000 (08:46 +0800)
committerlintao <lintao@rock-chips.com>
Fri, 6 Sep 2013 00:46:39 +0000 (08:46 +0800)
drivers/net/wireless/wifi_sys/rkwifi_sys_iface.c

index 023a8b86612baeb6e8e5e312bf640f9a292c199e..dc1a8f8ca2ff383b8cbd9a61ad2fa8003fc5efc0 100755 (executable)
@@ -233,7 +233,7 @@ static ssize_t wifi_p2p_read(struct class *cls, char *_buf)
        int count = 0;
 
 #ifdef CONFIG_BK3515A_COMBO
-       count = sprintf(_buf, "%s", "true");
+       count = sprintf(_buf, "%s", "BK3515A");
        printk("Current WiFi chip is ESP8089+BK3515A Combo.\n");
 #endif