index
:
platform/upstream/crda
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: Network & Connectivity / WiFi; Licenses: ISC;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crda.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-30
Ship nl80211.h and use it
v0.9.1
Luis R. Rodriguez
1
-1
/
+1
2008-10-28
Share common routines into a reg lib, other objects will later reuse.
Luis R. Rodriguez
1
-1
/
+1
2008-10-27
Move last helpers to crda.h, forgot to add crda.h to git too
Luis R. Rodriguez
1
-22
/
+0
2008-10-27
Avoid stdlib, this saves 145 bytes
Luis R. Rodriguez
1
-2
/
+11
2008-10-27
Move common helpers and functions into crda.h
Luis R. Rodriguez
1
-21
/
+2
2008-10-23
Fix some trivial warnings.
Davide Pesavento
1
-13
/
+15
2008-10-23
Unify and share get_file_ptr() too.
Davide Pesavento
1
-24
/
+10
2008-10-23
Consolidate db signature validation in one function.
Davide Pesavento
1
-110
/
+1
2008-10-20
Use const and add is_valid_regdom() check
Benoit PAPILLAULT
1
-6
/
+22
2008-09-30
Remove silly debug print from reg_handler()
Luis R. Rodriguez
1
-1
/
+0
2008-09-29
Use char literals in comparisons, instead of their ASCII codes.
Davide Pesavento
1
-3
/
+2
2008-09-29
Delay netlink initialization and cache allocation.
Davide Pesavento
1
-31
/
+21
2008-09-29
Do not initialize gcrypt twice.
Davide Pesavento
1
-5
/
+3
2008-09-17
Fix gcrypt initialization
Johannes Berg
1
-0
/
+6
2008-08-11
Let the kernel use uevents to call CRDA.
Luis R. Rodriguez
1
-5
/
+14
2008-07-11
Remove unused headers.
Luis R. Rodriguez
1
-5
/
+0
2008-07-10
Kill NL80211_ATTR_NUM_REG_RULES.
Luis R. Rodriguez
1
-1
/
+0
2008-07-10
Kill UUID stuff.
Luis R. Rodriguez
1
-116
/
+2
2008-07-10
This now sends a regulatory domain properly into the kernel :D
Luis R. Rodriguez
1
-36
/
+76
2008-07-10
Add valid UUID processing.
Luis R. Rodriguez
1
-6
/
+104
2008-07-09
Shut the compiler up.
Luis R. Rodriguez
1
-3
/
+3
2008-07-09
Add some error return values, remove some unused variables.
Luis R. Rodriguez
1
-18
/
+23
2008-07-09
Add CRDA, this needs some love, my netlink-fu sucks.
Luis R. Rodriguez
1
-0
/
+414