Sign in
cos
/
third_party
/
kernel
/
ae5b9c3b10d5f63b118fabc8879ec789e3fcbcda
/
.
/
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"
);