diff options
author | John Klug <john.klug@multitech.com> | 2016-08-26 17:26:38 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-08-26 17:26:38 -0500 |
commit | ca697c01ef93c2a08493684b02656d3f93ca1a9d (patch) | |
tree | 5193cfbf70444bcefcd878ee0a7f5d630d2558cd | |
parent | e8bb3a14ac560f5f13f9fbb87b6007e361f1b3d0 (diff) | |
download | meta-mlinux-ca697c01ef93c2a08493684b02656d3f93ca1a9d.tar.gz meta-mlinux-ca697c01ef93c2a08493684b02656d3f93ca1a9d.tar.bz2 meta-mlinux-ca697c01ef93c2a08493684b02656d3f93ca1a9d.zip |
Add the regulatory domain setting for cfg80211 drivers.
-rw-r--r-- | recipes-connectivity/hostapd/files/cfg80211.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-connectivity/hostapd/files/cfg80211.conf b/recipes-connectivity/hostapd/files/cfg80211.conf new file mode 100644 index 0000000..4b6d264 --- /dev/null +++ b/recipes-connectivity/hostapd/files/cfg80211.conf @@ -0,0 +1,7 @@ +# IEEE 802.11 Regulatory Domain for cfg80211 driver +# AU -- Australia +# AT -- Austria +# BE -- Belgium +# US -- USA +# 00 -- World +options cfg80211 ieee80211_regdom=00 |