From: Christian Lamparter <chunkeey@googlemail.com> Date: 2011-05-04 13:58:08
On Wednesday 04 May 2011 12:31:45 Andrew V. Stepanov wrote:
I think main problem is unaligment skbuff.
But, I don't know how to fix this.
well, you can't really fix it, unless musb now allows unaligned dma.
AR9170 has its own rules about alignment and in this case they
clash with the ones of your system.
What you could do: enable WDS or play around with NET_IP_ALIGN 0 if
your arch supports it [unlikely, given that it is an ARM]
Regards,
Chr