linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* wireless-regdb for automotive
@ 2018-12-16 12:16 Marcin Sielski
  2018-12-17 14:07 ` Johannes Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Marcin Sielski @ 2018-12-16 12:16 UTC (permalink / raw)
  To: linux-wireless

Hi,

Do you possibly have ideas how to adjust wireless-regdb package
to support also automotive use cases as described in:
https://www.efis.dk/documents/44659

Best Regards

Marcin Sielski

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

* Re: wireless-regdb for automotive
  2018-12-16 12:16 wireless-regdb for automotive Marcin Sielski
@ 2018-12-17 14:07 ` Johannes Berg
  2018-12-17 18:14   ` Marcin Sielski
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2018-12-17 14:07 UTC (permalink / raw)
  To: Marcin Sielski, linux-wireless

On Sun, 2018-12-16 at 13:16 +0100, Marcin Sielski wrote:
> Hi,
> 
> Do you possibly have ideas how to adjust wireless-regdb package
> to support also automotive use cases as described in:
> https://www.efis.dk/documents/44659

You might want to explain what changes this requires ...

johannes


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

* Re: wireless-regdb for automotive
  2018-12-17 14:07 ` Johannes Berg
@ 2018-12-17 18:14   ` Marcin Sielski
  2019-01-15 13:29     ` Johannes Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Marcin Sielski @ 2018-12-17 18:14 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

Hi,

> > Do you possibly have ideas how to adjust wireless-regdb package
> > to support also automotive use cases as described in:
> > https://www.efis.dk/documents/44659
>
> You might want to explain what changes this requires ...

Let's take 5150 - 5250 MHz as an example. It is ok to use it in in the
Cars if EIRP is limited to 25mW,
These regulations applies to EU countries as well as all the countries
which recognize EU rules.
Currently the only solution is to update db.txt to reflect these
regulations by OEM/Tier 1. There is no
generic solution that would cover various applications (e.g. in
automotive) where Linux kernel is used.

Best Regards

Marcin Sielski

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

* Re: wireless-regdb for automotive
  2018-12-17 18:14   ` Marcin Sielski
@ 2019-01-15 13:29     ` Johannes Berg
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Berg @ 2019-01-15 13:29 UTC (permalink / raw)
  To: Marcin Sielski; +Cc: linux-wireless

On Mon, 2018-12-17 at 19:14 +0100, Marcin Sielski wrote:
> Hi,
> 
> > > Do you possibly have ideas how to adjust wireless-regdb package
> > > to support also automotive use cases as described in:
> > > https://www.efis.dk/documents/44659
> > 
> > You might want to explain what changes this requires ...
> 
> Let's take 5150 - 5250 MHz as an example. It is ok to use it in in the
> Cars if EIRP is limited to 25mW,
> These regulations applies to EU countries as well as all the countries
> which recognize EU rules.
> Currently the only solution is to update db.txt to reflect these
> regulations by OEM/Tier 1. There is no
> generic solution that would cover various applications (e.g. in
> automotive) where Linux kernel is used.

Yes, ok, hmm. No good ideas here.

But DE for example specifies

        (5150 - 5250 @ 80), (100 mW), NO-OUTDOOR, AUTO-BW

now?

Perhaps it might make sense to have the db.txt processed by the (C)
preprocessor, and add something like

#ifdef COMPILE_FOR_CAR
...
#else
...
#endif

and then you can build your own binary for the in-car environment, yet
share the sources with the community?

johannes


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

end of thread, other threads:[~2019-01-15 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-16 12:16 wireless-regdb for automotive Marcin Sielski
2018-12-17 14:07 ` Johannes Berg
2018-12-17 18:14   ` Marcin Sielski
2019-01-15 13:29     ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).