CGit
Gitweb
index
:
wilink8-wlan/crda
master
WiLink8 WLAN development project.
Scott (ITS) Allen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crda.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crda: db2rd, parse/print CAC time
Janusz Dziedzic
2014-07-02
1
-0
/
+3
*
crda: fix -pedantic gcc compilation
Luis R. Rodriguez
2013-10-30
1
-1
/
+3
*
crda: rename is_valid_regdom() to reglib_is_valid_regdom()
Luis R. Rodriguez
2013-05-30
1
-1
/
+1
*
crda: constify usage of struct ieee80211_regdomain
Luis R. Rodriguez
2013-05-23
1
-6
/
+6
*
crda: rename reglib_get_*() routines
v1.1.3
Luis R. Rodriguez
2012-01-18
1
-1
/
+1
*
crda: clean header files
Luis R. Rodriguez
2012-01-18
1
-3
/
+0
*
crda: make crda use reglib_get_country_alpha2()
Luis R. Rodriguez
2012-01-18
1
-87
/
+23
*
crda: close fd upon leaving
Luis R. Rodriguez
2012-01-18
1
-0
/
+3
*
crda: add nested support for libnl-3.2
Stefan Lippers-Hollmann
2012-01-18
1
-2
/
+2
*
crda: add support to send DFS master region
Luis R. Rodriguez
2011-10-10
1
-0
/
+1
*
crda: fix null string assumption for alpha2
Luis R. Rodriguez
2011-10-10
1
-2
/
+2
*
crda: add nested support for libnl-3.0
v1.1.2
Tim Gardner
2011-08-09
1
-2
/
+2
*
Add comments to explain paths
Luis R. Rodriguez
2009-02-24
1
-3
/
+3
*
Add /usr/local/lib/crda/regulatory.bin as first in path
Luis R. Rodriguez
2009-02-24
1
-0
/
+1
*
crda: allow loading of regulatory.bin from /lib/crda in addition to /usr/lib/...
Helmut Schaa
2009-02-24
1
-3
/
+13
*
crda: rename nl_handle to nl_sock for libnl-2.0
Pat Erley
2009-02-02
1
-13
/
+14
*
Allow CRDA to use new libnl2
Pat Erley
2008-12-22
1
-5
/
+28
*
Ship nl80211.h and use it
v0.9.1
Luis R. Rodriguez
2008-10-30
1
-1
/
+1
*
Share common routines into a reg lib, other objects will later reuse.
Luis R. Rodriguez
2008-10-28
1
-1
/
+1
*
Move last helpers to crda.h, forgot to add crda.h to git too
Luis R. Rodriguez
2008-10-27
1
-22
/
+0
*
Avoid stdlib, this saves 145 bytes
Luis R. Rodriguez
2008-10-27
1
-2
/
+11
*
Move common helpers and functions into crda.h
Luis R. Rodriguez
2008-10-27
1
-21
/
+2
*
Fix some trivial warnings.
Davide Pesavento
2008-10-23
1
-13
/
+15
*
Unify and share get_file_ptr() too.
Davide Pesavento
2008-10-23
1
-24
/
+10
*
Consolidate db signature validation in one function.
Davide Pesavento
2008-10-23
1
-110
/
+1
*
Use const and add is_valid_regdom() check
Benoit PAPILLAULT
2008-10-20
1
-6
/
+22
*
Remove silly debug print from reg_handler()
Luis R. Rodriguez
2008-09-30
1
-1
/
+0
*
Use char literals in comparisons, instead of their ASCII codes.
Davide Pesavento
2008-09-29
1
-3
/
+2
*
Delay netlink initialization and cache allocation.
Davide Pesavento
2008-09-29
1
-31
/
+21
*
Do not initialize gcrypt twice.
Davide Pesavento
2008-09-29
1
-5
/
+3
*
Fix gcrypt initialization
Johannes Berg
2008-09-17
1
-0
/
+6
*
Let the kernel use uevents to call CRDA.
Luis R. Rodriguez
2008-08-11
1
-5
/
+14
*
Remove unused headers.
Luis R. Rodriguez
2008-07-11
1
-5
/
+0
*
Kill NL80211_ATTR_NUM_REG_RULES.
Luis R. Rodriguez
2008-07-10
1
-1
/
+0
*
Kill UUID stuff.
Luis R. Rodriguez
2008-07-10
1
-116
/
+2
*
This now sends a regulatory domain properly into the kernel :D
Luis R. Rodriguez
2008-07-10
1
-36
/
+76
*
Add valid UUID processing.
Luis R. Rodriguez
2008-07-10
1
-6
/
+104
*
Shut the compiler up.
Luis R. Rodriguez
2008-07-09
1
-3
/
+3
*
Add some error return values, remove some unused variables.
Luis R. Rodriguez
2008-07-09
1
-18
/
+23
*
Add CRDA, this needs some love, my netlink-fu sucks.
Luis R. Rodriguez
2008-07-09
1
-0
/
+414