From 54814e6ba322f87cbb64f0ab97c5bf8d404b6e13 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 9 Feb 2021 18:12:50 +0100 Subject: dashboard/config/linux: disable IEEE802154_FAKELB --- dashboard/config/linux/bits/subsystems.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 02212c9f1..40f9fca48 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -912,7 +912,9 @@ config: - DLCI: [-v5.10] - LAPBETHER - X25_ASY: [-v5.10] - - IEEE802154_FAKELB + # IEEE802154_FAKELB is deprecated in favor of IEEE802154_HWSIM. + # Since it's "test-only" there is no point in using/testing it. + - IEEE802154_FAKELB: n - IEEE802154_HWSIM - VMXNET3 - USB4: [v5.5] -- cgit mrf-deployment