Advertisement
Guest User

linux-sta driver patch

a guest
Jun 8th, 2012
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.71 KB | None | 0 0
  1. --- wl_linux.c.orig     2011-10-22 19:55:54.000000000 +0300
  2. +++ wl_linux.c  2012-06-08 09:18:14.458478164 +0300
  3. @@ -40,7 +40,12 @@
  4.  #include <linux/pci_ids.h>
  5.  #define WLC_MAXBSSCFG          1
  6.  
  7. -#include <asm/system.h>
  8. +#include <asm/barrier.h>
  9. +#include <asm/switch_to.h>
  10. +#include <asm/exec.h>
  11. +#include <asm/cmpxchg.h>
  12. +#include <asm/bug.h>
  13. +#include <asm/auxvec.h>
  14.  #include <asm/io.h>
  15.  #include <asm/irq.h>
  16.  #include <asm/pgtable.h>
  17. @@ -385,7 +390,7 @@
  18.  #endif
  19.         .ndo_get_stats = wl_get_stats,
  20.         .ndo_set_mac_address = wl_set_mac_address,
  21. -       .ndo_set_multicast_list = wl_set_multicast_list,
  22. +       .ndo_set_rx_mode = wl_set_multicast_list,
  23.         .ndo_do_ioctl = wl_ioctl
  24.  };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement