Update README and remove utils/web that the wireless-regdb.git sucked in.
[platform/upstream/crda.git] / crda.c
2008-10-30 Luis R. RodriguezShip nl80211.h and use it v0.9.1
2008-10-28 Luis R. RodriguezShare common routines into a reg lib, other objects...
2008-10-28 Luis R. RodriguezMove last helpers to crda.h, forgot to add crda.h to...
2008-10-28 Luis R. RodriguezAvoid stdlib, this saves 145 bytes
2008-10-28 Luis R. RodriguezMove common helpers and functions into crda.h
2008-10-23 Davide PesaventoFix some trivial warnings.
2008-10-23 Davide PesaventoUnify and share get_file_ptr() too.
2008-10-23 Davide PesaventoConsolidate db signature validation in one function.
2008-10-20 Benoit PAPILLAULTUse const and add is_valid_regdom() check
2008-09-30 Luis R. RodriguezRemove silly debug print from reg_handler()
2008-09-29 Davide PesaventoUse char literals in comparisons, instead of their...
2008-09-29 Davide PesaventoDelay netlink initialization and cache allocation.
2008-09-29 Davide PesaventoDo not initialize gcrypt twice.
2008-09-17 Johannes BergFix gcrypt initialization
2008-08-12 Luis R. RodriguezLet the kernel use uevents to call CRDA.
2008-07-11 Luis R. RodriguezRemove unused headers.
2008-07-10 Luis R. RodriguezKill NL80211_ATTR_NUM_REG_RULES.
2008-07-10 Luis R. RodriguezKill UUID stuff.
2008-07-10 Luis R. RodriguezThis now sends a regulatory domain properly into the...
2008-07-10 Luis R. RodriguezAdd valid UUID processing.
2008-07-09 Luis R. RodriguezShut the compiler up.
2008-07-09 Luis R. RodriguezAdd some error return values, remove some unused variables.
2008-07-09 Luis R. RodriguezAdd CRDA, this needs some love, my netlink-fu sucks.