diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2007-09-16 15:13:50 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2007-09-16 15:13:50 +0000 |
commit | f34b4c6e578da2315c490cfbe053fa99c22f922e (patch) | |
tree | 701160954df508a5b2dee0daa1ba207feff0c3e2 /package/acx/patches | |
parent | ac2af6affae6e73279347336dea1b8d7e76d84d5 (diff) | |
download | upstream-f34b4c6e578da2315c490cfbe053fa99c22f922e.tar.gz upstream-f34b4c6e578da2315c490cfbe053fa99c22f922e.tar.bz2 upstream-f34b4c6e578da2315c490cfbe053fa99c22f922e.zip |
Updated acx (#2394) and fixed acx-mac80211 build
SVN-Revision: 8797
Diffstat (limited to 'package/acx/patches')
-rw-r--r-- | package/acx/patches/003-2.6.22_compat.patch | 12 |
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); |