// SPDX-License-Identifier: GPL-2.0-only /* * KUnit tests for channel helper functions * * Copyright (C) 2024 Intel Corporation */ #include <net/mac80211.h> #include "../mvm.h" #include <kunit/test.h> MODULE_IMPORT_NS(…); static const struct acs_average_db_case { … } acs_average_db_cases[] = …; KUNIT_ARRAY_PARAM_DESC(…) … static void test_acs_average_db(struct kunit *test) { … } static struct kunit_case acs_average_db_case[] = …; static struct kunit_suite acs_average_db = …; kunit_test_suite(…) …;