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