Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > f6fd5dbb9c411291f92a204041fa31ba > files > 2

broadcom-wl-5.100.82.112-5.mga2.nonfree.src.rpm

--- src/wl/sys/wl_linux.c.orig	2011-10-22 19:55:54.000000000 +0300
+++ src/wl/sys/wl_linux.c	2011-12-26 21:31:51.441600823 +0200
@@ -385,7 +385,11 @@ static const struct net_device_ops wl_ne
 #endif
 	.ndo_get_stats = wl_get_stats,
 	.ndo_set_mac_address = wl_set_mac_address,
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0)
+	.ndo_set_rx_mode = wl_set_multicast_list,
+#else
 	.ndo_set_multicast_list = wl_set_multicast_list,
+#endif
 	.ndo_do_ioctl = wl_ioctl
 };