Re: [OpenWrt-Devel] [PATCH] ag71xx: call the phy driver's netif_receive_skb()

2010-04-09 Thread Jonas Gorski
On 9 April 2010 10:41, Gabor Juhos wrote: > Applied: https://dev.openwrt.org/changeset/20750 Thanks, Jonas P.S: Looks like email address anonymization in trac only works for the first address: > Signed-off-by: Jonas Gorski > Cc:backf...@openwrt.org __

Re: [OpenWrt-Devel] [PATCH] ag71xx: call the phy driver's netif_receive_skb()

2010-04-09 Thread Gabor Juhos
Jonas Gorski írta: > Ag71xx needs to call the phy's netif_receive_skb() to allow phy drivers > to mangle rx packets. This patch fixes it. > > This fixes the header mangling of the AR8216 driver. > > Signed-off-by: Jonas Gorski Applied: https://dev.openwrt.org/changeset/20750 Thanks, Gabor __

[OpenWrt-Devel] [PATCH] ag71xx: call the phy driver's netif_receive_skb()

2010-04-07 Thread Jonas Gorski
Ag71xx needs to call the phy's netif_receive_skb() to allow phy drivers to mangle rx packets. This patch fixes it. This fixes the header mangling of the AR8216 driver. Signed-off-by: Jonas Gorski --- .../linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h |2 +- .../ar71xx/files/drivers/net/ag71