Wireless Daemon for Linux
 help / color / mirror / Atom feed
* [PATCH] station: record dependency on netconfig module
@ 2019-10-03 16:50 Will Dietz
  0 siblings, 0 replies; 3+ messages in thread
From: Will Dietz @ 2019-10-03 16:50 UTC (permalink / raw)
  To: iwd

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

The netconfig module must be initialized (netconfig_list, for example)
before station module can be used, record this to ensure that happens.

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

diff --git a/src/station.c b/src/station.c
index 0666287..eed3a7f 100644
--- a/src/station.c
+++ b/src/station.c
@@ -3190,3 +3190,4 @@ static void station_exit(void)
 }
 
 IWD_MODULE(station, station_init, station_exit)
+IWD_MODULE_DEPENDS(station, netconfig)
-- 
2.23.GIT

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH] station: record dependency on netconfig module
@ 2019-10-03 17:25 Will Dietz
  2019-10-03 17:31 ` Denis Kenzior
  0 siblings, 1 reply; 3+ messages in thread
From: Will Dietz @ 2019-10-03 17:25 UTC (permalink / raw)
  To: iwd

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

The netconfig module must be initialized (netconfig_list, for example)
before station module can be used, record this to ensure that happens.
---
 src/station.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/station.c b/src/station.c
index 0666287..eed3a7f 100644
--- a/src/station.c
+++ b/src/station.c
@@ -3190,3 +3190,4 @@ static void station_exit(void)
 }
 
 IWD_MODULE(station, station_init, station_exit)
+IWD_MODULE_DEPENDS(station, netconfig)
-- 
2.23.0

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

end of thread, other threads:[~2019-10-03 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-03 16:50 [PATCH] station: record dependency on netconfig module Will Dietz
  -- strict thread matches above, loose matches on Subject: below --
2019-10-03 17:25 Will Dietz
2019-10-03 17:31 ` Denis Kenzior

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