summaryrefslogtreecommitdiff
path: root/crda.c
AgeCommit message (Expand)AuthorFilesLines
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