| Revision 6100, 497 bytes checked in by tomop, 14 years ago (diff) |
|---|
diff -urN orig/src/wl/sys/wl_linux.c new/src/wl/sys/wl_linux.c
| old | new | |
|---|---|---|
| 385 | 385 | #endif |
| 386 | 386 | .ndo_get_stats = wl_get_stats, |
| 387 | 387 | .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 | |
| 388 | 391 | .ndo_set_multicast_list = wl_set_multicast_list, |
| 392 | #endif | |
| 389 | 393 | .ndo_do_ioctl = wl_ioctl |
| 390 | 394 | }; |
| 391 | 395 |