aboutsummaryrefslogtreecommitdiffstats
path: root/crda.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-02crda: db2rd, parse/print CAC timeHEADmasterJanusz Dziedzic1-0/+3
2013-10-30crda: fix -pedantic gcc compilationLuis R. Rodriguez1-1/+3
2013-05-30crda: rename is_valid_regdom() to reglib_is_valid_regdom()Luis R. Rodriguez1-1/+1
2013-05-23crda: constify usage of struct ieee80211_regdomainLuis R. Rodriguez1-6/+6
2012-01-18crda: rename reglib_get_*() routinesv1.1.3Luis R. Rodriguez1-1/+1
2012-01-18crda: clean header filesLuis R. Rodriguez1-3/+0
2012-01-18crda: make crda use reglib_get_country_alpha2()Luis R. Rodriguez1-87/+23
2012-01-18crda: close fd upon leavingLuis R. Rodriguez1-0/+3
2012-01-18crda: add nested support for libnl-3.2Stefan Lippers-Hollmann1-2/+2
2011-10-10crda: add support to send DFS master regionLuis R. Rodriguez1-0/+1
2011-10-10crda: fix null string assumption for alpha2Luis R. Rodriguez1-2/+2
2011-08-09crda: add nested support for libnl-3.0v1.1.2Tim Gardner1-2/+2
2009-02-24Add comments to explain pathsLuis R. Rodriguez1-3/+3
2009-02-24Add /usr/local/lib/crda/regulatory.bin as first in pathLuis R. Rodriguez1-0/+1
2009-02-24crda: allow loading of regulatory.bin from /lib/crda in addition to /usr/lib/...Helmut Schaa1-3/+13
2009-02-02crda: rename nl_handle to nl_sock for libnl-2.0Pat Erley1-13/+14
2008-12-22Allow CRDA to use new libnl2Pat Erley1-5/+28
2008-10-30Ship nl80211.h and use itv0.9.1Luis R. Rodriguez1-1/+1
2008-10-28Share common routines into a reg lib, other objects will later reuse.Luis R. Rodriguez1-1/+1
2008-10-27Move last helpers to crda.h, forgot to add crda.h to git tooLuis R. Rodriguez1-22/+0
2008-10-27Avoid stdlib, this saves 145 bytesLuis R. Rodriguez1-2/+11
2008-10-27Move common helpers and functions into crda.hLuis R. Rodriguez1-21/+2
2008-10-23Fix some trivial warnings.Davide Pesavento1-13/+15
2008-10-23Unify and share get_file_ptr() too.Davide Pesavento1-24/+10
2008-10-23Consolidate db signature validation in one function.Davide Pesavento1-110/+1
2008-10-20Use const and add is_valid_regdom() checkBenoit PAPILLAULT1-6/+22
2008-09-30Remove silly debug print from reg_handler()Luis R. Rodriguez1-1/+0
2008-09-29Use char literals in comparisons, instead of their ASCII codes.Davide Pesavento1-3/+2
2008-09-29Delay netlink initialization and cache allocation.Davide Pesavento1-31/+21
2008-09-29Do not initialize gcrypt twice.Davide Pesavento1-5/+3
2008-09-17Fix gcrypt initializationJohannes Berg1-0/+6
2008-08-11Let the kernel use uevents to call CRDA.Luis R. Rodriguez1-5/+14
2008-07-11Remove unused headers.Luis R. Rodriguez1-5/+0
2008-07-10Kill NL80211_ATTR_NUM_REG_RULES.Luis R. Rodriguez1-1/+0
2008-07-10Kill UUID stuff.Luis R. Rodriguez1-116/+2
2008-07-10This now sends a regulatory domain properly into the kernel :DLuis R. Rodriguez1-36/+76
2008-07-10Add valid UUID processing.Luis R. Rodriguez1-6/+104
2008-07-09Shut the compiler up.Luis R. Rodriguez1-3/+3
2008-07-09Add some error return values, remove some unused variables.Luis R. Rodriguez1-18/+23
2008-07-09Add CRDA, this needs some love, my netlink-fu sucks.Luis R. Rodriguez1-0/+414