On Mon, 2010-11-29 at 19:37 +0100, Christian Lamparter wrote: > @@ -1999,6 +1999,10 @@ ieee80211_rx_h_mgmt_check(struct ieee80211_rx_data *rx) > if (!ieee80211_is_mgmt(mgmt->frame_control)) > return RX_DROP_MONITOR; > > + if (is_multicast_ether_addr(mgmt->da) && > + !is_broadcast_ether_addr(mgmt->da)) > + return RX_DROP_MONITOR; > + I'm not sure we should do this here since the nl80211 hook is later? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html