diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-02-09 18:12:50 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-02-12 18:09:14 +0100 |
| commit | 54814e6ba322f87cbb64f0ab97c5bf8d404b6e13 (patch) | |
| tree | 6bf744e9034f1fb9d2bdb323a1ba1ebb92e3c028 /dashboard/config/linux/bits | |
| parent | 3e128fa282b441c9f114f9708c1fd232d7869965 (diff) | |
dashboard/config/linux: disable IEEE802154_FAKELB
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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] |
