All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] p2p: Fix ie_tlv_extract_wfd_payload call typo
@ 2022-01-21 10:24 Andrew Zaborowski
  0 siblings, 0 replies; only message in thread
From: Andrew Zaborowski @ 2022-01-21 10:24 UTC (permalink / raw)
  To: iwd

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

---
WFD couldn't have worked with this typo, I must have introduced it
when generating patches somehow.

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

diff --git a/src/p2p.c b/src/p2p.c
index a66f71e2..4c90efb6 100644
--- a/src/p2p.c
+++ b/src/p2p.c
@@ -938,7 +938,7 @@ static void p2p_group_event(enum ap_event_type type, const void *event_data,
 		p2p_clear_association_req(&req_info);
 
 		if (dev->conn_own_wfd)
-			wfd_data = ie_tlv_extract_p2p_payload(data->assoc_ies,
+			wfd_data = ie_tlv_extract_wfd_payload(data->assoc_ies,
 							data->assoc_ies_len,
 							&wfd_data_len);
 
-- 
2.32.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-21 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21 10:24 [PATCH 3/3] p2p: Fix ie_tlv_extract_wfd_payload call typo Andrew Zaborowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.