Re: [OpenWrt-Devel] r26765 (Beacon should include a Country Information Element)

2011-04-27 Thread Mark Mentovai
Jo-Philipp Wich wrote: > Here's my proposal: I like the outcome but I find the logic a bit confusing. ${country_ie} starts out as the value of the country parameter on the wifi-device (empty or a country string), but then becomes either 0 or 1, a boolean that controls enabling the feature in hosta

Re: [OpenWrt-Devel] r26765 (Beacon should include a Country Information Element)

2011-04-27 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here's my proposal: Index: package/hostapd/files/hostapd.sh === - --- package/hostapd/files/hostapd.sh (revision 26771) +++ package/hostapd/files/hostapd.sh(working copy) @@ -136,9 +

Re: [OpenWrt-Devel] r26765 (Beacon should include a Country Information Element)

2011-04-27 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > Are both really needed? No, they should be harmonized. Maybe we should just make the ieee80211d bool default on and drop the newly added parameter handling? ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using

[OpenWrt-Devel] r26765 (Beacon should include a Country Information Element)

2011-04-26 Thread Mark Mentovai
r26765 adds the ieee80211d hostapd option from mac80211.sh when a country code is configured. However, hostapd.sh already adds the ieee80211d hostapd option when the ieee80211d UCI parameter is set. https://dev.openwrt.org/changeset/26765 https://dev.openwrt.org/browser/trunk/package/hostapd/files