Linux wireless drivers development
 help / color / mirror / Atom feed
From: Dan Williams <dcbw@redhat.com>
To: "Luis R. Rodriguez" <mcgrof@gmail.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: Getting country alpha2 on network manager and using it for crda
Date: Fri, 26 Sep 2008 10:43:38 -0400	[thread overview]
Message-ID: <1222440218.19895.19.camel@localhost.localdomain> (raw)
In-Reply-To: <43e72e890809260024ob134358me80ae1c169e4da8e@mail.gmail.com>

On Fri, 2008-09-26 at 00:24 -0700, Luis R. Rodriguez wrote:
> So since this may not happen for a while I figure I can give a shot.
> But I'm curious where we should get our country alpha2 from? Does LSB
> define a country has to be somewhere? Maybe the locale? Timezone?
> Anyway, in the end the user should be able to change the country too.
> 
> I'm thinking to start by just letting the user pick a country for now.
> We can figure out where the hell it gets the country by default later
> but if you have ideas that'd be great. It seems reasonable to ask for
> this upon installation time (?)

My suggestion: use the current timezone as a fallback unless the user
has specified the locale somewhere.  That can obviously be done in NM or
lower, ideally we delegate this sort of thing to the supplicant and just
pass the alpha2 when NM adds the interface to the supplicant.  The
addInterface() call args are just a dict, so it would be trivial to add
another item in that dict for country code.  Since the country code is
global to the machine it's probably something we should just store in
the system settings service, and it's also something that probably
requires privileges to change.

Dan



  reply	other threads:[~2008-09-26 14:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-26  7:24 Getting country alpha2 on network manager and using it for crda Luis R. Rodriguez
2008-09-26 14:43 ` Dan Williams [this message]
2008-09-26 22:44   ` Luis R. Rodriguez
2008-09-28  6:56   ` Marcel Holtmann
2008-09-29 18:33     ` Luis R. Rodriguez
2008-09-29 20:39       ` Dan Williams
2008-09-29 20:54         ` Luis R. Rodriguez
2008-09-29 23:53           ` Marcel Holtmann
2008-09-30  0:05             ` Luis R. Rodriguez
2008-09-30  0:26               ` Marcel Holtmann

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=1222440218.19895.19.camel@localhost.localdomain \
    --to=dcbw@redhat.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mcgrof@gmail.com \
    /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