Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
dff655e82faffc287d4a72a59f66fa120bf904e4
/
.
/
net
/
mac80211
/
tests
/
module.c
blob: 9d05f2943935438ea1321edf3b9f2d3d1bdfb459 [
file
]
// 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"
);