Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: Fix WD My Net N750 weak signal issue

2014-01-09 Thread Steven Haigh
On 9/01/2014 4:11 AM, Chirag Chhatriwala wrote: > Confirmed working on the WD MyNet N750. > Now the device is no longer "deaf". > > This device broadcast stronger WiFi than any of my other routers. > Kudos to Felix for adding support for this device. For what its worth, I've created binaries for

Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: Fix WD My Net N750 weak signal issue

2014-01-08 Thread Chirag Chhatriwala
Confirmed working on the WD MyNet N750. Now the device is no longer "deaf". This device broadcast stronger WiFi than any of my other routers. Kudos to Felix for adding support for this device. On Wed, Jan 8, 2014 at 12:42 AM, Steven Haigh wrote: > On 8/01/2014 2:44 PM, Weedy wrote: > > > > O

Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: Fix WD My Net N750 weak signal issue

2014-01-07 Thread Steven Haigh
On 8/01/2014 2:44 PM, Weedy wrote: > > On 7 Jan 2014 21:30, "Steven Haigh" > wrote: >> >> On 8/01/2014 9:20 AM, Felix Kaechele wrote: >> > The LNAs need to be enabled by setting their respective GPIO to high > even >> > though the original firmware's setting sets them to

Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: Fix WD My Net N750 weak signal issue

2014-01-07 Thread Weedy
On 7 Jan 2014 21:30, "Steven Haigh" wrote: > > On 8/01/2014 9:20 AM, Felix Kaechele wrote: > > The LNAs need to be enabled by setting their respective GPIO to high even > > though the original firmware's setting sets them to low on initialization. > > > > Obviously the LNAs are then later initiali

Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: Fix WD My Net N750 weak signal issue

2014-01-07 Thread Steven Haigh
On 8/01/2014 9:20 AM, Felix Kaechele wrote: > The LNAs need to be enabled by setting their respective GPIO to high even > though the original firmware's setting sets them to low on initialization. > > Obviously the LNAs are then later initialized by the driver on the OEM > firmware. Without this f

[OpenWrt-Devel] [PATCH 2/2] ar71xx: Fix WD My Net N750 weak signal issue

2014-01-07 Thread Felix Kaechele
The LNAs need to be enabled by setting their respective GPIO to high even though the original firmware's setting sets them to low on initialization. Obviously the LNAs are then later initialized by the driver on the OEM firmware. Without this fix the device is mostly "deaf". Signed-off-by: Felix