aboutsummaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-07-13 16:52:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-07-13 16:52:07 +0000
commit5cce2b0a05147da39fcdaaf5f0a3c5aff376ab3f (patch)
treef4b60112cab5b2c6f9881343ff662a90cfa11937 /package/broadcom-wl/Makefile
parent33eba7e060b9dd02aefe59a9db800a122a6ea159 (diff)
downloadupstream-5cce2b0a05147da39fcdaaf5f0a3c5aff376ab3f.tar.gz
upstream-5cce2b0a05147da39fcdaaf5f0a3c5aff376ab3f.tar.bz2
upstream-5cce2b0a05147da39fcdaaf5f0a3c5aff376ab3f.zip
ramips: Fix bridging in ramips ethernet driver
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 ramips ethernet driver's rx path resulting in skb->tail pointing to skb->data. Since skb->tail is used by mac80211 it writes into skb->data which messes up the frames content. Fix this by using skb_put to correctly set skb->len and skb->tail. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22172 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-wl/Makefile')
0 files changed, 0 insertions, 0 deletions