2016-07-25 07:26:49

by Krishna Chaitanya

[permalink] [raw]
Subject: [RFD] mac80211: Handling local operating class in (E)CSA

Hi,

Some AP's use local operating class in (E)CSA IE's. Currently
mac80211 fails the parsing of those IE's and results in a
disconnection.

What is the best way to add support for local operating classes?

a) Maintaining a per country operating class table in cfg80211

b) Embed operating class info in regdb.txt (crda)

c) Remove the usage of band to calculate frequency? I dont know
of a generic formula to calculate this across bands. So not possible.


--
Thanks,
Regards,
Chaitanya T K.


2016-08-31 09:03:28

by Krishna Chaitanya

[permalink] [raw]
Subject: Re: [RFD] mac80211: Handling local operating class in (E)CSA

On Mon, Jul 25, 2016 at 12:56 PM, Krishna Chaitanya
<[email protected]> wrote:
>
> Hi,
>
> Some AP's use local operating class in (E)CSA IE's. Currently
> mac80211 fails the parsing of those IE's and results in a
> disconnection.
>
> What is the best way to add support for local operating classes?
>
> a) Maintaining a per country operating class table in cfg80211
>
> b) Embed operating class info in regdb.txt (crda)
>
> c) Remove the usage of band to calculate frequency? I dont know
> of a generic formula to calculate this across bands. So not possible.
>
Any ideas?