add userspace tool for gpio_dev
[openwrt.git] / package / madwifi / patches / 314-ap_bridge_multicast.patch
1 Index: madwifi-dfs-r3252/net80211/ieee80211_input.c
2 ===================================================================
3 --- madwifi-dfs-r3252.orig/net80211/ieee80211_input.c 2008-01-26 00:03:20.203760157 +0100
4 +++ madwifi-dfs-r3252/net80211/ieee80211_input.c 2008-01-26 00:08:08.773799701 +0100
5 @@ -1133,8 +1133,8 @@
6
7 if (ETHER_IS_MULTICAST(eh->ether_dhost)) {
8 skb1 = skb_copy(skb, GFP_ATOMIC);
9 - /* We duplicate the reference after skb_copy */
10 - ieee80211_skb_copy_noderef(skb, skb1);
11 + /* Use the BSS node for retransmitting this multicast frame */
12 + SKB_CB(skb1)->ni = ieee80211_ref_node(vap->iv_bss);
13 }
14 else {
15 /*
This page took 0.046941 seconds and 5 git commands to generate.