All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] anqp: return the request ID rather than true
@ 2021-11-08 17:32 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2021-11-08 17:32 UTC (permalink / raw)
  To: iwd

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

Hi James,

On 11/8/21 11:24 AM, James Prestwood wrote:
> ---
>   src/anqp.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks.

Regards,
-Denis

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

* [PATCH] anqp: return the request ID rather than true
@ 2021-11-08 17:24 James Prestwood
  0 siblings, 0 replies; 2+ messages in thread
From: James Prestwood @ 2021-11-08 17:24 UTC (permalink / raw)
  To: iwd

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

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

diff --git a/src/anqp.c b/src/anqp.c
index a3c46635..8febdf91 100644
--- a/src/anqp.c
+++ b/src/anqp.c
@@ -256,7 +256,7 @@ uint32_t anqp_request(uint64_t wdev_id, const uint8_t *addr,
 				&anqp_frame_prefix, anqp_response_frame_event,
 				NULL);
 
-	return true;
+	return request->id;
 }
 
 void anqp_cancel(uint32_t id)
-- 
2.31.1

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

end of thread, other threads:[~2021-11-08 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-08 17:32 [PATCH] anqp: return the request ID rather than true Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2021-11-08 17:24 James Prestwood

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.