提交 010b4e96 编写于 作者: Y y00316381

bugfix for wpa 0811

Signed-off-by: Ny00316381 <yanxiaotao@huawei.com>
上级 73c424d8
......@@ -7887,7 +7887,7 @@ static int wpa_supplicant_driver_cmd(struct wpa_supplicant *wpa_s, char *cmd,
char *buf, size_t buflen)
{
int ret;
size_t len = buflen;
size_t len = buflen;
#ifdef CONFIG_OPEN_HARMONY_PATCH
len = buflen > 4096 ? 4096 : buflen;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册