diff options
Diffstat (limited to 'net/wireless/tests/module.c')
-rw-r--r-- | net/wireless/tests/module.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/wireless/tests/module.c b/net/wireless/tests/module.c new file mode 100644 index 0000000000..9ff7b2c123 --- /dev/null +++ b/net/wireless/tests/module.c @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* + * This is just module boilerplate for the cfg80211 kunit module. + * + * Copyright (C) 2023 Intel Corporation + */ +#include <linux/module.h> + +MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("tests for cfg80211"); |