From e757bf5ca900ec33b975b81490d8fb651fecc605 Mon Sep 17 00:00:00 2001 From: jiachanglin Date: Fri, 10 Sep 2021 11:03:17 +0000 Subject: [PATCH] Description:hdf_unittest_wifi failt Feature or Bugfix:Feature Binary Source: No Signed-off-by: jiachanglin --- .../network/wifi/unittest/net/hdf_netbuf_test.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/unittest/model/network/wifi/unittest/net/hdf_netbuf_test.c b/test/unittest/model/network/wifi/unittest/net/hdf_netbuf_test.c index e82ab80d5..618850282 100644 --- a/test/unittest/model/network/wifi/unittest/net/hdf_netbuf_test.c +++ b/test/unittest/model/network/wifi/unittest/net/hdf_netbuf_test.c @@ -1,10 +1,10 @@ -/* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. - * - * HDF is dual licensed: you can use it either under the terms of - * the GPL, or the BSD license, at your option. - * See the LICENSE file in the root of this repository for complete details. - */ +/* + * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * + * HDF is dual licensed: you can use it either under the terms of + * the GPL, or the BSD license, at your option. + * See the LICENSE file in the root of this repository for complete details. + */ #include "hdf_netbuf.h" #include "hdf_log.h" @@ -16,7 +16,7 @@ #define DEFAULT_TAIL_SIZE 20 #define DEFAULT_MAPPING_QUEUE 10 #define DEFAULT_TRIM_SIZE 3 -#define DEFAULT_SECTION_SIZE 3 +#define DEFAULT_SECTION_SIZE 10 #define MAX_MEM_ALLOC_SIZE 0x7fffffff -- Gitee