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, 0 insertions, 12 deletions
diff --git a/package/rt61/patches/001-2.6.22_compat.patch b/package/rt61/patches/001-2.6.22_compat.patch
deleted file mode 100644
index 16cb645e5..000000000
--- a/package/rt61/patches/001-2.6.22_compat.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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;