mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
ffbd0c8c1e
Add a unit test for the parsing of a fragmented sta profile sub-element inside a fragmented multi-link element. 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.333bc75df13f.I0ddfeb6a88a4d89e7c7850e8ef45a4b19b5a061a@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 mac80211 kunit module.
|
|
*
|
|
* Copyright (C) 2023 Intel Corporation
|
|
*/
|
|
#include <linux/module.h>
|
|
|
|
MODULE_LICENSE("GPL");
|
|
MODULE_DESCRIPTION("tests for mac80211");
|