From 772f50fd23e575e69b8d0d912fb6dfcc903b3470 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 10 Sep 2021 04:02:59 -0500 Subject: Fix kernel regression, put radio reset monitor on all products --- io-module/machine/mtre.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'io-module/machine/mtre.c') diff --git a/io-module/machine/mtre.c b/io-module/machine/mtre.c index e3df31c..6a59ebe 100644 --- a/io-module/machine/mtre.c +++ b/io-module/machine/mtre.c @@ -273,6 +273,9 @@ static struct attribute *mtre_0_0_platform_attributes[] = { &dev_attr_oem_string2.attr, #endif + // UDEV notification of radio discovery + &dev_attr_radio_udev_discovery.attr, + &dev_attr_radio_reset_monitor.attr, NULL, }; -- cgit v1.2.3