blob: 3d6add8957848a2d6aac43d7f479560836f492f6 (
plain)
1
2
3
4
5
|
# Runs CRDA for kernel wireless regulatory events.
# For more information see:
# http://wireless.kernel.org/en/developers/Regulatory/CRDA
KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)crda"
|