summaryrefslogtreecommitdiff
path: root/net/mac80211/tests/module.c
blob: 9d05f2943935438ea1321edf3b9f2d3d1bdfb459 (plain)
1
2
3
4
5
6
7
8
9
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");