1
0
Fork 0
linux/net/mac80211/tests/module.c
Daniel Baumann 79d69e5050
Adding upstream version 6.12.33.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 12:14:28 +02:00

10 lines
249 B
C

// 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");