* update wireless-regdb to 2022.06.06-1

This commit is contained in:
Alexander Baldeck 2022-06-28 20:12:50 +02:00
parent 0bf0518330
commit f8fd4fd67e
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Set wireless regulatory domain at device creation
ACTION=="add", SUBSYSTEM=="module", DEVPATH=="/module/cfg80211", RUN+="/usr/bin/set-wireless-regdom"

View File

@ -0,0 +1,5 @@
#!/bin/bash
unset WIRELESS_REGDOM
. /etc/conf.d/wireless-regdom
[ -n "${WIRELESS_REGDOM}" ] && iw reg set ${WIRELESS_REGDOM}

View File

@ -0,0 +1,4 @@
#
# Wireless regulatory domain configuration
#