mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Due to a hw bug, this feature won't be enabled. Revert its tests.
This reverts commit f7cc80b871
("wifi: iwlwifi: mld: add kunit test
for emlsr with bt on")
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250711183056.5fdf77497ad2.I1160f1dcff734cb42baa8fbf8aac121a1a24a4c5@changeid
5 lines
207 B
Makefile
5 lines
207 B
Makefile
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
|
|
iwlmld-tests-y += module.o hcmd.o utils.o link.o rx.o agg.o link-selection.o
|
|
|
|
ccflags-y += -I$(src)/../
|
|
obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += iwlmld-tests.o
|