projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[AR7] more 2.6.24 patches
[openwrt.git]
/
package
/
madwifi
/
patches
/
324-alignment.patch
diff --git
a/package/madwifi/patches/324-alignment.patch
b/package/madwifi/patches/324-alignment.patch
index
108f0c6
..
bd8547b
100644
(file)
--- a/
package/madwifi/patches/324-alignment.patch
+++ b/
package/madwifi/patches/324-alignment.patch
@@
-1,8
+1,8
@@
-Index: madwifi-trunk-r3
280
/net80211/ieee80211_input.c
+Index: madwifi-trunk-r3
314
/net80211/ieee80211_input.c
===================================================================
===================================================================
---- madwifi-trunk-r3
280.orig/net80211/ieee80211_input.c 2008-01-28 18:38:05.794780412
+0100
-+++ madwifi-trunk-r3
280/net80211/ieee80211_input.c 2008-01-28 18:38:21.835694529
+0100
-@@ -127
9,17 +1279
,8 @@
+--- madwifi-trunk-r3
314.orig/net80211/ieee80211_input.c 2008-01-31 03:33:26.665309039
+0100
++++ madwifi-trunk-r3
314/net80211/ieee80211_input.c 2008-01-31 03:38:55.116026377
+0100
+@@ -127
5,14 +1275
,8 @@
eh->ether_type = ether_type;
if (!ALIGNED_POINTER(skb->data + sizeof(*eh), u_int32_t)) {
eh->ether_type = ether_type;
if (!ALIGNED_POINTER(skb->data + sizeof(*eh), u_int32_t)) {
@@
-10,11
+10,8
@@
Index: madwifi-trunk-r3280/net80211/ieee80211_input.c
-
- /* XXX: does this always work? */
- tskb = skb_copy(skb, GFP_ATOMIC);
-
- /* XXX: does this always work? */
- tskb = skb_copy(skb, GFP_ATOMIC);
-- if (!tskb)
-- return skb;
--
-- /* We duplicate the reference after skb_copy */
-- ieee80211_skb_copy_noderef(skb, tskb);
+- if (tskb)
+- ieee80211_skb_copy_noderef(skb, tskb);
- ieee80211_dev_kfree_skb(&skb);
- skb = tskb;
+ memmove(skb->data - 2, skb->data, skb->len);
- ieee80211_dev_kfree_skb(&skb);
- skb = tskb;
+ memmove(skb->data - 2, skb->data, skb->len);
This page took
0.020633 seconds
and
4
git commands to generate.