1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-13 02:51:11 +03:00
openwrt-xburst/package/acx/patches/003-2.6.22_compat.patch
nbd 546d769c67 upgrade a few packages to newer versions (includes patch by kaloz) - preparation for 2.6.22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-05 22:46:02 +00:00

13 lines
438 B
Diff

diff -Nur acx-20070101/common.c acx-20070101-owrt/common.c
--- acx-20070101/common.c 2007-01-10 22:15:27.000000000 +0100
+++ acx-20070101-owrt/common.c 2007-06-02 18:02:39.000000000 +0200
@@ -2754,7 +2754,7 @@
skb->dev = adev->ndev;
skb->dev->last_rx = jiffies;
- skb->mac.raw = skb->data;
+// skb->mac.raw = skb->data;
skb->ip_summed = CHECKSUM_NONE;
skb->pkt_type = PACKET_OTHERHOST;
skb->protocol = htons(ETH_P_80211_RAW);