Magellan Linux

Annotation of /trunk/crda/set-wireless-regdom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2752 - (hide annotations) (download)
Thu Jan 14 16:14:45 2016 UTC (8 years, 3 months ago) by niro
File size: 126 byte(s)
-added regdom udev helper script
1 niro 2752 #!/bin/bash
2    
3     unset WIRELESS_REGDOM
4     . /etc/conf.d/wireless-regdom
5     [ -n "${WIRELESS_REGDOM}" ] && iw reg set ${WIRELESS_REGDOM}