aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx/patches
diff options
context:
space:
mode:
authorMatteo Croce <matteo@openwrt.org>2007-09-16 15:13:50 +0000
committerMatteo Croce <matteo@openwrt.org>2007-09-16 15:13:50 +0000
commite9c14cdb264dce1705323841a27713a370ae8804 (patch)
tree7468c65b5ccacc75671287ab5a3736782966fcb3 /package/acx/patches
parent1be5bf57b91a656d91db66d89112bc3ebbe41491 (diff)
downloadmaster-187ad058-e9c14cdb264dce1705323841a27713a370ae8804.tar.gz
master-187ad058-e9c14cdb264dce1705323841a27713a370ae8804.tar.bz2
master-187ad058-e9c14cdb264dce1705323841a27713a370ae8804.zip
Updated acx (#2394) and fixed acx-mac80211 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8797 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx/patches')
-rw-r--r--package/acx/patches/003-2.6.22_compat.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/acx/patches/003-2.6.22_compat.patch b/package/acx/patches/003-2.6.22_compat.patch
deleted file mode 100644
index 8f8f9ade83..0000000000
--- a/package/acx/patches/003-2.6.22_compat.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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);