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

  • src/wl/sys/wl_linux.c

    diff -urN orig/src/wl/sys/wl_linux.c new/src/wl/sys/wl_linux.c
    old new  
    385385#endif 
    386386        .ndo_get_stats = wl_get_stats, 
    387387        .ndo_set_mac_address = wl_set_mac_address, 
     388#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0) 
     389        .ndo_set_rx_mode = wl_set_multicast_list, 
     390#else 
    388391        .ndo_set_multicast_list = wl_set_multicast_list, 
     392#endif 
    389393        .ndo_do_ioctl = wl_ioctl 
    390394}; 
    391395 
Note: See TracBrowser for help on using the repository browser.