wifi_sys:make use of p2p sysfs for BK3515A

This commit is contained in:
lintao
2013-09-06 08:46:39 +08:00
parent 33beae0b04
commit 8c4656e4cd

View File

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