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

2012-11-14 Thread Сергей Василюгин
Hi, Daniel! Just one line is skipped: rt2x00_eeprom_read(rt2x00dev, EEPROM_NIC_CONF1, eeprom); before bit test :). After fixing wifi work again. 13.11.2012, 18:20, Daniel Golle dgo...@allnet.de: This is needed for WiFi to work e.g. on DIR-615 rev.H1. Signed-off-by: Daniel Golle

[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

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] [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

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.