mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
730eeb17bb
Add a couple of tests for element defragmentation, to see that the function works correctly. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Link: https://lore.kernel.org/r/20230827135854.e2a5cead1816.I09f0edc19d162b54ee330991c728c1e9aa42ebf6@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
11 lines
249 B
C
11 lines
249 B
C
// 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");
|