From c458e6612d3758109bc26f2d288ad70b2bf32629 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 25 Nov 2024 07:06:23 -0800 Subject: [PATCH] doc: document [DriverQuirks].MulticastRxDisable --- src/iwd.config.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/iwd.config.rst b/src/iwd.config.rst index 7530aae0..0dd9d978 100644 --- a/src/iwd.config.rst +++ b/src/iwd.config.rst @@ -459,6 +459,12 @@ are buggy or just don't behave similar enough to the majority of other drivers. If a driver in user matches one in this list power save will be disabled. + * - MulticastRxDisable + - Values: comma-separated list of drivers or glob matches + + If a driver in use matches one in this list, multicast RX will be + disabled. + SEE ALSO ========