From 28867d77b9c1f48973c5433c71d883d66d47e507 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Thu, 20 Jul 2017 11:38:33 +0200 Subject: [PATCH] hostapd: remove 802.11d section After January 01, 2015, the FCC does not allow the use of 802.11d in US. https://www.ecfr.gov/cgi-bin/text-idx?SID=63ad9e61e7cc924b3199396521a61158&mc=true&tpl=/ecfrbrowse/Title47/47tab_02.tpl https://apps.fcc.gov/kdb/GetAttachment.html?id=5NjjaXsjV97%2BhlMWvZ1QRw%3D%3D https://jira.digi.com/browse/DEL-4291 https://jira.digi.com/browse/DEL-4630 Signed-off-by: Isaac Hermida --- .../hostapd/hostapd/ccimx6ul/hostapd_wlan1.conf | 4 ---- .../recipes-connectivity/hostapd/hostapd/hostapd_wlan0.conf | 4 ---- 2 files changed, 8 deletions(-) diff --git a/meta-digi-dey/recipes-connectivity/hostapd/hostapd/ccimx6ul/hostapd_wlan1.conf b/meta-digi-dey/recipes-connectivity/hostapd/hostapd/ccimx6ul/hostapd_wlan1.conf index 94e4895be..3d2e87d0d 100644 --- a/meta-digi-dey/recipes-connectivity/hostapd/hostapd/ccimx6ul/hostapd_wlan1.conf +++ b/meta-digi-dey/recipes-connectivity/hostapd/hostapd/ccimx6ul/hostapd_wlan1.conf @@ -16,7 +16,3 @@ hw_mode=a channel=36 ieee80211ac=1 ieee80211n=1 - -# IEEE 802.11d - Country Code -ieee80211d=1 -country_code=US diff --git a/meta-digi-dey/recipes-connectivity/hostapd/hostapd/hostapd_wlan0.conf b/meta-digi-dey/recipes-connectivity/hostapd/hostapd/hostapd_wlan0.conf index ba479d91b..570643ccd 100644 --- a/meta-digi-dey/recipes-connectivity/hostapd/hostapd/hostapd_wlan0.conf +++ b/meta-digi-dey/recipes-connectivity/hostapd/hostapd/hostapd_wlan0.conf @@ -16,7 +16,3 @@ hw_mode=a channel=36 ieee80211ac=1 ieee80211n=1 - -# IEEE 802.11d - Country Code -ieee80211d=1 -country_code=US