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@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html