summaryrefslogtreecommitdiffstats
path: root/package/rt61/patches/001-2.6.22_compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/rt61/patches/001-2.6.22_compat.patch')
-rw-r--r--package/rt61/patches/001-2.6.22_compat.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/rt61/patches/001-2.6.22_compat.patch b/package/rt61/patches/001-2.6.22_compat.patch
new file mode 100644
index 000000000..16cb645e5
--- /dev/null
+++ b/package/rt61/patches/001-2.6.22_compat.patch
@@ -0,0 +1,12 @@
+diff -Nur rt61-cvs-2007060307/Module/rtmp_data.c rt61-cvs-2007060307-owrt/Module/rtmp_data.c
+--- rt61-cvs-2007060307/Module/rtmp_data.c 2007-05-12 19:49:42.000000000 +0200
++++ rt61-cvs-2007060307-owrt/Module/rtmp_data.c 2007-06-03 14:41:28.000000000 +0200
+@@ -669,7 +669,7 @@
+ }
+
+ skb->dev = pAd->net_dev;
+- skb->mac.raw = skb->data;
++// skb->mac.raw = skb->data;
+ skb->pkt_type = PACKET_OTHERHOST;
+ skb->protocol = htons(ETH_P_802_2);
+ skb->ip_summed = CHECKSUM_NONE;