Lines 385-391
Link Here
|
385 |
#endif |
385 |
#endif |
386 |
.ndo_get_stats = wl_get_stats, |
386 |
.ndo_get_stats = wl_get_stats, |
387 |
.ndo_set_mac_address = wl_set_mac_address, |
387 |
.ndo_set_mac_address = wl_set_mac_address, |
|
|
388 |
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 2, 0) |
388 |
.ndo_set_multicast_list = wl_set_multicast_list, |
389 |
.ndo_set_multicast_list = wl_set_multicast_list, |
|
|
390 |
#else |
391 |
.ndo_set_rx_mode = wl_set_multicast_list, |
392 |
#endif |
389 |
.ndo_do_ioctl = wl_ioctl |
393 |
.ndo_do_ioctl = wl_ioctl |
390 |
}; |
394 |
}; |
391 |
|
395 |
|