Some problem with my Makefile ??
OLSRD_PLUGIN =true
PLUGIN_NAME =olsrd_test
PLUGIN_VER =0.1
TOPDIR = ../..
include $(TOPDIR)/Makefile.inc
default_target: $(PLUGIN_FULLNAME)
$(PLUGIN_FULLNAME): $(OBJS) version-script.txt
mipsel-linux-gcc $(LDFLAGS) -o $(PLUGIN_FULLNAME) $(OBJ
Bridging between the ramips ethernet driver and rt2800pci was somewhat
broken. Frames received by the ethernet driver which were passed to the
wifi driver for transmission were sometimes corrupted or sent out with
huge delays.
The reason for this is the missing assignment of skb->tail in the ramip