linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wireless-regdb: add AUTO-BW rule flag
@ 2014-05-09  8:38 Janusz Dziedzic
  2014-05-09  8:38 ` [PATCH 1/2] crda: sync with latest nl80211.h Janusz Dziedzic
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ 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] 7+ messages in thread
* [PATCH] wireless-regdb: add AUTO-BW rule flag
@ 2014-02-25  7:21 Janusz Dziedzic
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread

end of thread, other threads:[~2014-06-10 21:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-09  8:38 [PATCH] wireless-regdb: add AUTO-BW rule flag Janusz Dziedzic
2014-05-09  8:38 ` [PATCH 1/2] crda: sync with latest nl80211.h Janusz Dziedzic
2014-05-09  8:38 ` [PATCH 2/2] crda: add AUTO-BW rule flag support Janusz Dziedzic
2014-06-10 21:52   ` Luis R. Rodriguez
2014-05-20  7:59 ` [PATCH] wireless-regdb: add AUTO-BW rule flag Luis R. Rodriguez
2014-05-20 14:06   ` John W. Linville
  -- strict thread matches above, loose matches on Subject: below --
2014-02-25  7:21 Janusz Dziedzic

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