linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wireless-regdb: add AUTO-BW rule flag
@ 2014-02-25  7:21 Janusz Dziedzic
  0 siblings, 0 replies; 4+ messages in thread
From: Janusz Dziedzic @ 2014-02-25  7:21 UTC (permalink / raw)
  To: wireless-regdb
  Cc: linux-wireless, johannes, mcgrof, linville, Janusz Dziedzic

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 <janusz.dziedzic@tieto.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH] wireless-regdb: add AUTO-BW rule flag
@ 2014-05-09  8:38 Janusz Dziedzic
  2014-05-20  7:59 ` Luis R. Rodriguez
  0 siblings, 1 reply; 4+ messages in thread
From: Janusz Dziedzic @ 2014-05-09  8:38 UTC (permalink / raw)
  To: wireless-regdb; +Cc: linux-wireless, mcgrof, Janusz Dziedzic

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 <janusz.dziedzic@tieto.com>
---
 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


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

end of thread, other threads:[~2014-05-20 14:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-25  7:21 [PATCH] wireless-regdb: add AUTO-BW rule flag Janusz Dziedzic
2014-05-09  8:38 Janusz Dziedzic
2014-05-20  7:59 ` Luis R. Rodriguez
2014-05-20 14:06   ` John W. Linville

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).