* [PATCH] wiphy: add info print for MulticastRxDisabled quirk
@ 2024-11-26 19:24 James Prestwood
2024-12-17 17:21 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: James Prestwood @ 2024-11-26 19:24 UTC (permalink / raw)
To: iwd; +Cc: James Prestwood
This was forgotten in the prior patch set. It does not change any
behavior but just adds this to the driver flags debug print when
IWD starts up.
---
src/wiphy.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/wiphy.c b/src/wiphy.c
index 5e958d65..3d761251 100644
--- a/src/wiphy.c
+++ b/src/wiphy.c
@@ -1371,6 +1371,9 @@ static void wiphy_print_basic_info(struct wiphy *wiphy)
if (wiphy->driver_flags & OWE_DISABLE)
flags = l_strv_append(flags, "OweDisable");
+ if (wiphy->driver_flags & MULTICAST_RX_DISABLE)
+ flags = l_strv_append(flags, "MulticastRxDisable");
+
joined = l_strjoinv(flags, ' ');
l_info("\tDriver Flags: %s", joined);
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] wiphy: add info print for MulticastRxDisabled quirk
2024-11-26 19:24 [PATCH] wiphy: add info print for MulticastRxDisabled quirk James Prestwood
@ 2024-12-17 17:21 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2024-12-17 17:21 UTC (permalink / raw)
To: James Prestwood, iwd
Hi James,
On 11/26/24 1:24 PM, James Prestwood wrote:
> This was forgotten in the prior patch set. It does not change any
> behavior but just adds this to the driver flags debug print when
> IWD starts up.
> ---
> src/wiphy.c | 3 +++
> 1 file changed, 3 insertions(+)
>
Applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-17 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-26 19:24 [PATCH] wiphy: add info print for MulticastRxDisabled quirk James Prestwood
2024-12-17 17:21 ` Denis Kenzior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox