broadcom-wl: fix crash when starting multiple virtual interfaces
[openwrt/svn-archive/archive.git] / package / kernel / broadcom-wl / patches / 009-fix_compile_3_2.patch
index 628f2fdf25fedc456fa48c9626eb029e6f610335..cb388a11255b0b9606c601f5fcfa89137d8853e1 100644 (file)
@@ -1,6 +1,6 @@
 --- a/driver/wl_linux.c
 +++ b/driver/wl_linux.c
-@@ -462,6 +462,16 @@ wl_schedule_fn(wl_info_t *wl, void (*fn)
+@@ -463,6 +463,16 @@ wl_schedule_fn(wl_info_t *wl, void (*fn)
  }
  #endif /* DSLCPE_DELAY */
  
@@ -17,7 +17,7 @@
  #define WL_DEFAULT_OPS \
        .ndo_open = wl_open, \
        .ndo_stop = wl_close, \
-@@ -470,6 +480,7 @@ wl_schedule_fn(wl_info_t *wl, void (*fn)
+@@ -471,6 +481,7 @@ wl_schedule_fn(wl_info_t *wl, void (*fn)
        .ndo_set_mac_address = wl_set_mac_address, \
        .ndo_set_multicast_list = wl_set_multicast_list, \
        .ndo_do_ioctl = wl_ioctl