From 04324c48cfc7ea3aad8f95552e6349c42537ccdc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 5 Jun 2007 22:46:02 +0000 Subject: upgrade a few packages to newer versions (includes patch by kaloz) - preparation for 2.6.22 SVN-Revision: 7507 --- package/acx/patches/003-2.6.22_compat.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/acx/patches/003-2.6.22_compat.patch (limited to 'package/acx') diff --git a/package/acx/patches/003-2.6.22_compat.patch b/package/acx/patches/003-2.6.22_compat.patch new file mode 100644 index 0000000..8f8f9ad --- /dev/null +++ b/package/acx/patches/003-2.6.22_compat.patch @@ -0,0 +1,12 @@ +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); -- cgit v1.1