All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] station: set autoconnect via setter
@ 2021-08-12 22:24 James Prestwood
  2021-08-13 15:43 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: James Prestwood @ 2021-08-12 22:24 UTC (permalink / raw)
  To: iwd

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

This updates the autoconnect property for the debug interface
---
 src/station.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/station.c b/src/station.c
index b2e12e9a..a1885cfa 100644
--- a/src/station.c
+++ b/src/station.c
@@ -2695,7 +2695,8 @@ void station_connect_network(struct station *station, struct network *network,
 	station_enter_state(station, STATION_STATE_CONNECTING);
 
 	station->connect_pending = l_dbus_message_ref(message);
-	station->autoconnect = true;
+
+	station_set_autoconnect(station, true);
 
 	return;
 
-- 
2.31.1

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

* Re: [PATCH] station: set autoconnect via setter
  2021-08-12 22:24 [PATCH] station: set autoconnect via setter James Prestwood
@ 2021-08-13 15:43 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2021-08-13 15:43 UTC (permalink / raw)
  To: iwd

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

Hi James,

On 8/12/21 5:24 PM, James Prestwood wrote:
> This updates the autoconnect property for the debug interface
> ---
>   src/station.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 

Applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2021-08-13 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12 22:24 [PATCH] station: set autoconnect via setter James Prestwood
2021-08-13 15:43 ` Denis Kenzior

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.