madwifi: nuke some weird code which is causing NULL nodes to appear
[openwrt-10.03/.git] / package / madwifi / patches / 320-nuke_weird_code.patch
1 Index: madwifi-dfs-r3252/ath/if_ath.c
2 ===================================================================
3 --- madwifi-dfs-r3252.orig/ath/if_ath.c 2008-01-26 14:30:48.458906072 +0100
4 +++ madwifi-dfs-r3252/ath/if_ath.c      2008-01-26 14:30:57.135400518 +0100
5 @@ -3288,10 +3288,6 @@
6                 /* If the clone works, bump the reference count for our copy. */
7                 SKB_CB(skb)->ni = ieee80211_ref_node(SKB_CB(skb_orig)->ni);
8                 ieee80211_dev_kfree_skb(&skb_orig);
9 -       } else {
10 -               if (SKB_CB(skb)->ni != NULL) 
11 -                       ieee80211_unref_node(&SKB_CB(skb)->ni);
12 -               skb_orphan(skb);
13         }
14  
15         eh = (struct ether_header *)skb->data;