On Mon, 28 Oct 2013 18:42:22 +0100
Rafał Miłecki wrote:
Hi:
A few questions/comments inline...
Nathan
> Copying whole packets with skb_copy_from_linear_data_offset is a pretty
> bad idea. CPU was spending time in __copy_user_common and network
> performance was lower. With the new solution ipe
Im having a simikar issue with my wnr3700v2, the wifi just "dont work"
nothing in logs :/
RealOpty
On 10/27/2013 3:47 PM, omggo wrote:
Two WDR4300, a WR2543ND, and a WR1043ND (this one was bought and is
used in the Netherlands).
could it be that the WDR4300 you have is a different
This is based on previous patches by Stefan Agner. The kernel config
now includes the relevant lines for the ar934x nand driver, and
selects the kmod-ar934x-nand when building for the WNDR4300.
Signed-off-by: Joris de Vries
---
target/linux/ar71xx/config-3.10 |6 +-
target/
2013/10/28 David Miller :
> However, this is not:
>
>> + /* Unmap old skb, we'll pass it to the netfif */
>> + dma_unmap_single(dma_dev, old_dma_addr,
>> + BGMAC_RX_BUF_SIZE,
>> +
So, I have this problem, explained in #14117:
#14117: 3g hotplug script not called when modem connected
+
Reporter: raver@… | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component:
I have the same problem.
Is problem result of removing of hotplug2 package?
hotplug2 is removed from trunk, so this package is not need anymore?
How is it working without hotplug2?
Thanks,
Bitlas
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.
Copying whole packets with skb_copy_from_linear_data_offset is a pretty
bad idea. CPU was spending time in __copy_user_common and network
performance was lower. With the new solution iperf-measured speed
increased from 116Mb/s to 134Mb/s.
Another way to improve performance could be switching to bu
On Thu, Oct 24, 2013 at 1:12 PM, Michael Weiser wrote:
> Hi,
>
> I have a Cambria board and roll my own kernels for it using patches from
> OpenWrt. Recent kernels (3.10/11) compile and start up fine but no longer
> find the USB ports. Upon investigation I stumbled across Florian's
> patchset rem
On 27 Oct 2013 18:47, "omggo" wrote:
>>
>> Two WDR4300, a WR2543ND, and a WR1043ND (this one was bought and is
>> used in the Netherlands).
>
>
> could it be that the WDR4300 you have is a different revision??
>
My main 4300 is a 1.3, the other one is a 1.2.
> On Sun, Oct 27, 2013 at 1:12 AM, Wee