Sign in
android-kvm
/
linux
/
367b3560e10bbae3660d8ba4d0a7cc92170d8398
/
.
/
net
/
mac80211
/
tests
/
module.c
blob: 9d05f2943935438ea1321edf3b9f2d3d1bdfb459 [
file
] [
log
] [
blame
]
// 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"
);