Wireless Daemon for Linux
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.01.org
Subject: [PATCH v3 2/4] manager: remove warning for AddressRandomization option
Date: Wed, 18 Mar 2020 11:54:18 -0700	[thread overview]
Message-ID: <20200318185420.11432-2-prestwoj@gmail.com> (raw)
In-Reply-To: <20200318185420.11432-1-prestwoj@gmail.com>

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

Since the 'network' value is handled inside netdev we don't want this warning
being printed.
---
 src/manager.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/manager.c b/src/manager.c
index a63f35ee..533975d2 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -759,9 +759,6 @@ static int manager_init(void)
 			randomize = true;
 		else if (!strcmp(randomize_str, "disabled"))
 			randomize = false;
-		else
-			l_warn("Invalid [General].AddressRandomization"
-				" value: %s", randomize_str);
 	}
 
 	if (!l_settings_get_bool(config, "General",
-- 
2.21.1

  parent reply	other threads:[~2020-03-18 18:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-18 18:54 [PATCH v3 1/4] wiphy: add _generate_address_from_ssid James Prestwood
2020-03-18 18:10 ` Denis Kenzior
2020-03-18 18:54 ` James Prestwood [this message]
2020-03-18 18:54 ` [PATCH v3 3/4] netdev: support per-network MAC addresses James Prestwood
2020-03-18 18:54 ` [PATCH v3 4/4] doc: document AddressRandomization=network option James Prestwood

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=20200318185420.11432-2-prestwoj@gmail.com \
    --to=prestwoj@gmail.com \
    --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