resetting manifest requested domain to floor
[platform/upstream/crda.git] / crda.c
2012-01-19 Luis R. Rodriguezcrda: rename reglib_get_*() routines upstream/1.1.3 v1.1.3
2012-01-19 Luis R. Rodriguezcrda: clean header files
2012-01-19 Luis R. Rodriguezcrda: make crda use reglib_get_country_alpha2()
2012-01-19 Luis R. Rodriguezcrda: close fd upon leaving
2012-01-18 Stefan Lippers-Hol... crda: add nested support for libnl-3.2
2011-10-10 Luis R. Rodriguezcrda: add support to send DFS master region
2011-10-10 Luis R. Rodriguezcrda: fix null string assumption for alpha2
2011-08-09 Tim Gardnercrda: add nested support for libnl-3.0 v1.1.2
2009-02-24 Luis R. RodriguezAdd comments to explain paths
2009-02-24 Luis R. RodriguezAdd /usr/local/lib/crda/regulatory.bin as first in...
2009-02-24 Helmut Schaacrda: allow loading of regulatory.bin from /lib/crda...
2009-02-02 Pat Erleycrda: rename nl_handle to nl_sock for libnl-2.0
2008-12-22 Pat ErleyAllow CRDA to use new libnl2
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.