On Mon, 2013-02-18 at 11:09 +0000, Girish Bn wrote: > Hi All, > > The below patch file is required in order for the multicasting to work properly on Linux kernel below 3.2 for wl12xx drivers > diff -Naur a/net/mac80211/iface.c b/net/mac80211/iface.c > --- a/net/mac80211/iface.c 2012-09-22 22:59:15.000000000 +0530 > +++ b/net/mac80211/iface.c 2013-02-07 12:06:03.958268798 +0530 > @@ -811,6 +811,9 @@ > .ndo_uninit = ieee80211_teardown_sdata, > .ndo_start_xmit = ieee80211_subif_start_xmit, > .ndo_set_rx_mode = ieee80211_set_multicast_list, > +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)) > + .ndo_set_multicast_list = ieee80211_set_multicast_list, > +#endif LOL. 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