source: projects/specs/trunk/nonfree/self-build-broadcom-wl/5_100_82_112.patch @ 6100

Revision 6100, 497 bytes checked in by tomop, 12 years ago (diff)

self-build-broadcom-wl-5.100.82.112-1

RevLine 
[6100]1diff -urN orig/src/wl/sys/wl_linux.c new/src/wl/sys/wl_linux.c
2--- orig/src/wl/sys/wl_linux.c  2011-10-23 01:55:54.000000000 +0900
3+++ new/src/wl/sys/wl_linux.c   2012-05-01 20:08:43.937977896 +0900
4@@ -385,7 +385,11 @@
5 #endif
6        .ndo_get_stats = wl_get_stats,
7        .ndo_set_mac_address = wl_set_mac_address,
8+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0)
9+       .ndo_set_rx_mode = wl_set_multicast_list,
10+#else
11        .ndo_set_multicast_list = wl_set_multicast_list,
12+#endif
13        .ndo_do_ioctl = wl_ioctl
14 };
15 
Note: See TracBrowser for help on using the repository browser.