mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
wifi_sys:make use of p2p sysfs for BK3515A
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user