opnsense-src/sys/contrib/dev/iwlwifi/tests/module.c
Bjoern A. Zeeb f4e352ef16 iwlwifi: update Intel's iwlwifi/mvm driver.
This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
98f7e32f20d28ec452afb208f9cffc08448a2652 ( tag: v6.11 ).

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit a4128aad85)
2025-02-10 14:52:07 +00:00

10 lines
251 B
C

// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
* Module boilerplate for the iwlwifi kunit module.
*
* Copyright (C) 2023 Intel Corporation
*/
#include <linux/module.h>
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("kunit tests for iwlwifi");