Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- wl_linux.c.orig 2011-10-22 19:55:54.000000000 +0300
- +++ wl_linux.c 2012-06-08 09:18:14.458478164 +0300
- @@ -40,7 +40,12 @@
- #include <linux/pci_ids.h>
- #define WLC_MAXBSSCFG 1
- -#include <asm/system.h>
- +#include <asm/barrier.h>
- +#include <asm/switch_to.h>
- +#include <asm/exec.h>
- +#include <asm/cmpxchg.h>
- +#include <asm/bug.h>
- +#include <asm/auxvec.h>
- #include <asm/io.h>
- #include <asm/irq.h>
- #include <asm/pgtable.h>
- @@ -385,7 +390,7 @@
- #endif
- .ndo_get_stats = wl_get_stats,
- .ndo_set_mac_address = wl_set_mac_address,
- - .ndo_set_multicast_list = wl_set_multicast_list,
- + .ndo_set_rx_mode = wl_set_multicast_list,
- .ndo_do_ioctl = wl_ioctl
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement