diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-05 22:46:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-05 22:46:02 +0000 |
commit | 15d890191f98203eb5cfa5ad7af836cb395e3e0a (patch) | |
tree | bed40104e7e4d4b0418c02813609c886b8957cfa /package/acx | |
parent | 12d1bd76b08361b0d067af9b37fffb32d34fc5a1 (diff) | |
download | upstream-15d890191f98203eb5cfa5ad7af836cb395e3e0a.tar.gz upstream-15d890191f98203eb5cfa5ad7af836cb395e3e0a.tar.bz2 upstream-15d890191f98203eb5cfa5ad7af836cb395e3e0a.zip |
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
Diffstat (limited to 'package/acx')
-rw-r--r-- | package/acx/patches/003-2.6.22_compat.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 0000000000..8f8f9ade83 --- /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); |