aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/tests/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireless/tests/module.c')
-rw-r--r--net/wireless/tests/module.c10
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 00000000000000..9ff7b2c12312c1
--- /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");