2014-02-25 07:21:38

by Janusz Dziedzic

[permalink] [raw]
Subject: [PATCH] wireless-regdb: add AUTO-BW rule flag

Sync with latest nl80211.h and add AUTO-BW flag.
If this flag set, maximum available bandwidth should
be calculated base on contiguous rules and wider channels
will be allowed to cross multiple contiguous/overlapping
frequency ranges.

Signed-off-by: Janusz Dziedzic <[email protected]>
---
dbparse.py | 1 +
1 file changed, 1 insertion(+)

diff --git a/dbparse.py b/dbparse.py
index ac7234b..b735b6a 100755
--- a/dbparse.py
+++ b/dbparse.py
@@ -16,6 +16,7 @@ flag_definitions = {
# hole at bit 8
# hole at bit 9. FIXME: Where is NO-HT40 defined?
'NO-HT40': 1<<10,
+ 'AUTO-BW': 1<<11,
}

dfs_regions = {
--
1.7.9.5



2014-05-20 14:15:13

by John W. Linville

[permalink] [raw]
Subject: Re: [PATCH] wireless-regdb: add AUTO-BW rule flag

On Tue, May 20, 2014 at 12:59:29AM -0700, Luis R. Rodriguez wrote:
> On Fri, May 9, 2014 at 1:38 AM, Janusz Dziedzic
> <[email protected]> wrote:
> > Sync with latest nl80211.h and add AUTO-BW flag.
> > If this flag set, maximum available bandwidth should
> > be calculated base on contiguous rules and wider channels
> > will be allowed to cross multiple contiguous/overlapping
> > frequency ranges.
> >
> > Signed-off-by: Janusz Dziedzic <[email protected]>
>
> Once John merges this I'll merge on CRDA, just as with the DFS CAC
> patch, please do let me know if and when that happens.

I just merged this yesterday:

commit e90f7a95b9c646b398d56cfe381bf1cc3508d96e
Author: Janusz Dziedzic <[email protected]>
Date: Tue Feb 25 08:21:18 2014 +0100

wireless-regdb: add AUTO-BW rule flag

Sync with latest nl80211.h and add AUTO-BW flag.
If this flag set, maximum available bandwidth should
be calculated base on contiguous rules and wider channels
will be allowed to cross multiple contiguous/overlapping
frequency ranges.

Signed-off-by: Janusz Dziedzic <[email protected]>
Signed-off-by: John W. Linville <[email protected]>

--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.