summaryrefslogtreecommitdiffstats
path: root/package/acx/patches/003-2.6.22_compat.patch
blob: 8f8f9ade830103d73d6b0ee434c66f9f9d54ab78 (plain)
1
2
3
4
5
6
7
8
9
10
11
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);