Sign in
linux
/
linux
/
kernel
/
git
/
will
/
linux
/
104db052b62d3320fd30b23416dd0b2a4ff3b85f
/
.
/
net
/
wireless
/
tests
/
module.c
blob: 9ff7b2c12312c12206b63697bb67b9e47fa45c88 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
/*
* This is just module boilerplate for the cfg80211 kunit module.
*
* Copyright (C) 2023 Intel Corporation
*/
#include
<linux/module.h>
MODULE_LICENSE
(
"GPL"
);
MODULE_DESCRIPTION
(
"tests for cfg80211"
);