aboutsummaryrefslogtreecommitdiffstats
path: root/intersect.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-30crda: make reglib_for_each_country() use the reglib contextLuis R. Rodriguez1-2/+13
2013-05-30crda: move reglib_intersect_regdb() to reglibLuis R. Rodriguez1-63/+0
2013-05-30crda: separate intersecting a full db into a helperLuis R. Rodriguez1-21/+37
2013-05-30crda: clarify intersect.c only computes an intersectionLuis R. Rodriguez1-2/+2
2013-05-30crda: rename is_world_regdom() to reglib_is_world_regdom()Luis R. Rodriguez1-1/+1
2013-05-30crda: rename print_regdom() to reglib_print_regdom()Luis R. Rodriguez1-1/+1
2013-05-30crda: rename regdom_intersect() to reglib_intersect_rds()Luis R. Rodriguez1-1/+1
2013-05-30crda: remove verbosity out of intersect.cLuis R. Rodriguez1-30/+3
2013-05-29crda: rename world and prev_world on intersect.cLuis R. Rodriguez1-22/+22
2013-05-29crda: fix intersect.c memory managementLuis R. Rodriguez1-21/+13
2013-05-25crda: annotate intersection worst case scenerioLuis R. Rodriguez1-1/+8
2013-05-25crda: do not double count on reglib_for_each_country()Luis R. Rodriguez1-7/+3
2013-05-24crda: move intersection if first attempt failedLuis R. Rodriguez1-2/+1
2013-05-24crda: fix regression when using reglib_for_each_country()Luis R. Rodriguez1-0/+6
2013-05-23crda: move regdom_intersect() to reglibLuis R. Rodriguez1-157/+0
2013-05-23crda: remove unused BUG_ON() from intersect.cLuis R. Rodriguez1-7/+0
2013-05-23crda: constify usage of struct ieee80211_regdomainLuis R. Rodriguez1-15/+18
2013-05-23crda: remove verbose errors out of regdom_intersect()Luis R. Rodriguez1-10/+3
2013-05-23crda: port over Linux is_valid_reg_rule() change bd05f28eLuis R. Rodriguez1-1/+2
2013-05-23crda: make reg_rules_intersect() style match LinuxLuis R. Rodriguez1-4/+4
2012-01-18crda: clean header filesLuis R. Rodriguez1-3/+0
2012-01-18crda: make intersect.c use reglib_for_each_country()Luis R. Rodriguez1-81/+12
2011-11-15crda: use stdint.h instead of linux/types.hLuis R. Rodriguez1-3/+3
2008-12-01Move is_valid_reg_rule() in intersect.c.Diego 'Flameeyes' Pettenò1-0/+20
2008-12-01Mark functions static when not used outside their translation unit.Diego 'Flameeyes' Pettenò1-1/+1
2008-10-29Remove some comments that no longer apply on intersectv0.9Luis R. Rodriguez1-15/+1
2008-10-29This fixes SIGSEGV and incorrect free() callsLuis R. Rodriguez1-1/+1
2008-10-29Make intersection logic a bit more readableLuis R. Rodriguez1-24/+24
2008-10-29Add intersection code, not working yet :(Luis R. Rodriguez1-0/+335