Wireless Daemon for Linux
 help / color / mirror / Atom feed
* Re: [PATCH] station: don't enable OCV unless MFPC is supported
@ 2021-10-19 22:05 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2021-10-19 22:05 UTC (permalink / raw)
  To: iwd 

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

Hi James,

On 10/19/21 3:11 PM, James Prestwood wrote:
> ---
>   src/station.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [PATCH] station: don't enable OCV unless MFPC is supported
@ 2021-10-19 20:11 James Prestwood
  0 siblings, 0 replies; 2+ messages in thread
From: James Prestwood @ 2021-10-19 20:11 UTC (permalink / raw)
  To: iwd 

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

---
 src/station.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/station.c b/src/station.c
index 1b9215d8..a972b4fa 100644
--- a/src/station.c
+++ b/src/station.c
@@ -1087,7 +1087,7 @@ build_ie:
 					&disable_ocv))
 		disable_ocv = false;
 
-	info.ocvc = !disable_ocv && bss_info.ocvc;
+	info.ocvc = !disable_ocv && bss_info.ocvc && info.mfpc;
 
 	/*
 	 * IEEE 802.11-2020 9.4.2.24.4 states extended key IDs can only be used
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-19 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-19 22:05 [PATCH] station: don't enable OCV unless MFPC is supported Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2021-10-19 20:11 James Prestwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox