mac80211: use recent multicast table for all mesh multicast frames
authorLuis Carlos Cobo <luisca@cozybit.com>
Mon, 31 Mar 2008 22:33:39 +0000 (15:33 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 1 Apr 2008 21:14:11 +0000 (17:14 -0400)
...not only broadcast.

Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c

index d9c6ed5be4fcdbaf694679fbdb2b1f3f9214d644..0ac6db5c09eab1e20faa5a56f313e776ceaa7a0b 100644 (file)
@@ -433,7 +433,7 @@ ieee80211_rx_mesh_check(struct ieee80211_rx_data *rx)
                }
 
         } else if ((rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA &&
-                   is_broadcast_ether_addr(hdr->addr1) &&
+                   is_multicast_ether_addr(hdr->addr1) &&
                    mesh_rmc_check(hdr->addr4, msh_h_get(hdr, hdrlen), rx->dev))
                return RX_DROP_MONITOR;
 #undef msh_h_get