From: Will Dietz <w@wdtz.org>
To: iwd@lists.01.org
Subject: [PATCH] station: record dependency on netconfig module
Date: Thu, 03 Oct 2019 11:50:31 -0500 [thread overview]
Message-ID: <20191003115031.GC13162@dtznix> (raw)
[-- 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 --]
next reply other threads:[~2019-10-03 16:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-03 16:50 Will Dietz [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-10-03 17:25 [PATCH] station: record dependency on netconfig module Will Dietz
2019-10-03 17:31 ` Denis Kenzior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191003115031.GC13162@dtznix \
--to=w@wdtz.org \
--cc=iwd@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox