Re: [OpenWrt-Devel] [PATCH 2/2] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-13 Thread Daniel Golle
Hi Serge, thanks for the review and the patience :) I'll fix that inverted if ... then ... else block and maybe also rename xtal20 in rt2x00_platform_data to be clk_is_20mhz, as that would be more consistent (ath9k_platform_data which got a clk_is_25mhz flag for a similar purpose). Cheers

Re: [OpenWrt-Devel] [PATCH 2/2] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-13 Thread Gabor Juhos
2012.11.13. 11:05 keltezéssel, Daniel Golle írta: Hi Serge, thanks for the review and the patience :) I'll fix that inverted if ... then ... else block and maybe also rename xtal20 in rt2x00_platform_data to be clk_is_20mhz, as that would be more consistent (ath9k_platform_data which got a

[OpenWrt-Devel] [PATCH] LUA script and conn_track support for dnsmasq

2012-11-13 Thread Johan Peeters
Patches based on AA branch Signed-off-by: Johan Peeters johan.peet...@technicolor.com --- package/dnsmasq/Config.in | 25 +++ package/dnsmasq/ConfigV6.in| 25 +++ package/dnsmasq/Makefile | 44

[OpenWrt-Devel] [PATCH 1/2 v3] mac80211/rt2x00: support Rt3352 with external PA

2012-11-13 Thread Daniel Golle
This is needed for WiFi to work e.g. on DIR-615 rev.H1. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch diff --git a/package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch

[OpenWrt-Devel] [PATCH 2/2 v3] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-13 Thread Daniel Golle
Though rt2x00lib_probe_hw_modes seems to be the least-intrusive opportunity to introduce that change, I wonder if it's actually the right place[tm] to do it. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/623-rt2x00-rf_vals-rt3352-xtal20.patch diff

Re: [OpenWrt-Devel] dev.openwrt.org is down for me

2012-11-13 Thread Bastian Bittorf
Is down for me too nginx 502 bad gateway it's mostly down since _several_ weeks: there is also one (or more) ticket which complains about that, but ignored...wtf? questions in IRC about that are also ignored. its not a problem to have a faulty server, but then: delegate to work to somebody

Re: [OpenWrt-Devel] [PATCH] [package] hostapd: updated dynamic vlan support

2012-11-13 Thread Jonathan Bither
I use this feature often. I'll try to test this today and ack it if it works for me. On 10/16/2012 05:30 PM, Zenon Mousmoulas wrote: This is based on the patches submitted by Matthew Bowman: http://patchwork.openwrt.org/patch/1258/ http://patchwork.openwrt.org/patch/1261/ More recently

Re: [OpenWrt-Devel] [PATCH 1/2 v3] mac80211/rt2x00: support Rt3352 with external PA

2012-11-13 Thread Daniel Petre
hello daniel, tested these two patches on my dir-615 h1, activated the wifi interface, seems up but its acting just as until now, can't be seen from outside the router, i canțt see the essid.. serge patch still works great ! thanks! On Nov 13, 2012, at 1:19 PM, Daniel Golle dgo...@allnet.de

Re: [OpenWrt-Devel] [PATCHv5] Add support for TP-Link WA7510N

2012-11-13 Thread Gabor Juhos
2012.10.29. 1:21 keltezéssel, Stefan Helmert írta: From Stefan Helmert helst_lis...@aol.de It is mostly the same as wr841nd. WLAN and LAN are working. LAN-Led is working. WLAN signal strength Leds are not working yet. This is version 5: did some clean up in the patch added Copyright, hope

Re: [OpenWrt-Devel] [PATCH 1/2 v3] mac80211/rt2x00: support Rt3352 with external PA

2012-11-13 Thread Сергей Василюгин
The same problem with this version on my dir-620 d1. Searching what is broken.. 13.11.2012, 20:56, Daniel Petre d...@ip6.ro: hello daniel, tested these two patches on my dir-615 h1, activated the wifi interface, seems up but its acting just as until now, can't be seen from outside the

Re: [OpenWrt-Devel] [PATCH 1/2 v3] mac80211/rt2x00: support Rt3352 with external PA

2012-11-13 Thread Daniel Golle
On 13/11/12 19:12, Сергей Василюгин wrote: The same problem with this version on my dir-620 d1. Searching what is broken.. Looks like rt2x00lib_probe_hw_modes isn't actually called on the SoCs... *sigh* I guess that rt2800pci.c would be the right place to add another function which copies the

[OpenWrt-Devel] [PATCH 2/2 v4] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-13 Thread Daniel Golle
Accessing rt2x00_platform_data directly in rt2800lib is not very beautiful, but should do the job. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/623-rt2x00-rf_vals-rt3352-xtal20.patch diff --git

Re: [OpenWrt-Devel] [PATCH 1/2 v3] mac80211/rt2x00: support Rt3352 with external PA

2012-11-13 Thread Gabor Juhos
2012.11.13. 18:21 keltezéssel, Daniel Golle írta: On 13/11/12 19:12, Сергей Василюгин wrote: The same problem with this version on my dir-620 d1. Searching what is broken.. Looks like rt2x00lib_probe_hw_modes isn't actually called on the SoCs... *sigh* Erm, this is not true.

Re: [OpenWrt-Devel] [PATCH 1/5] ubdev01 + dlrtdev01: Add support for old PCS devices

2012-11-13 Thread Gabor Juhos
2012.11.09. 23:02 keltezéssel, Daniel Dickinson írta: Signed-off-by: Daniel Dickinson dan...@powercloudsystems.com Applied with changes. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 2/5] ubnt-unifi-outdoor: Add support for Ubquiti UnifiAP Outdoor (UniFi 2.0 outdoor AP)

2012-11-13 Thread Gabor Juhos
2012.11.09. 23:02 keltezéssel, Daniel Dickinson írta: Signed-off-by: Daniel Dickinson dan...@powercloudsystems.com Applied with changes. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 2/7] [package] mac80211: Default second radio to 5g if it does 5g and is US or CA regulatory domain

2012-11-13 Thread Daniel Dickinson
FYI. I've had some suggestion on how to better handle it, but really the problem is that this is a check I implemented because Jay requested the default radio. It really needs to be fixed properly (but I had forgotten about), and won't work for EU as it is. Regards, Daniel On 10/11/2012 8:33

Re: [OpenWrt-Devel] [PATCH 7/7] [package] uci: Alternate dir for uci_get and friends

2012-11-13 Thread Daniel Dickinson
On 10/11/2012 8:35 AM, Felix Fietkau wrote: On 2012-11-09 11:10 PM, Daniel Dickinson wrote: --- package/uci/files/lib/config/uci.sh |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/uci/files/lib/config/uci.sh b/package/uci/files/lib/config/uci.sh index

[OpenWrt-Devel] [PATCH] [generic] Add hotplug events for ntp updates

2012-11-13 Thread Luiz Angelo Daros de Luca
Hello, ntpd have the ability to call a script on three events. This would be useful for other services that need to be notified when the clock was updated, or started/notified after ntp set the system clock (i.e. aiccu, kerberos, winbind). This is a simple patch that might need improvements. I

[OpenWrt-Devel] [PATCH] [Packages] isc-dhcp-relay: Add init scripts for ipv4 and ipv6 as well as config file

2012-11-13 Thread Jérôme Poulin
As isc-dhcp-relay does not come with an init script, I made one based on sysntpd init.d file for both ipv4 and ipv6. If you need more arguments from isc-dhcp-relay to be included in the config file, I'll be able to add them. This patch has been applied to trunk and compiles/install on my side.