1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-15 16:56:46 +03:00
openwrt-xburst/package/madwifi/patches/114-ff_skb_fix.patch
nbd 3a12acdf2c madwifi: fix a crash in ff handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 18:25:18 +00:00

12 lines
451 B
Diff

diff -ur madwifi.old/net80211/ieee80211_input.c madwifi.dev/net80211/ieee80211_input.c
--- madwifi.old/net80211/ieee80211_input.c 2007-06-01 16:44:25.174897520 +0200
+++ madwifi.dev/net80211/ieee80211_input.c 2007-06-01 17:43:52.153634328 +0200
@@ -685,6 +685,7 @@
IEEE80211_NODE_STAT(ni, rx_decap);
goto err;
}
+ skb1 = skb_clone(skb, GFP_ATOMIC);
/* get to the tunneled headers */
ath_hdr = (struct athl2p_tunnel_hdr *)