aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/broadcom-wl/patches/009-fix_compile_3_2.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-11-11 22:04:26 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-11-11 22:04:26 +0000
commit697f4a19e52cea8fbd17c8b764a352aab28ba9e1 (patch)
treed95ef729464969ee678d08612fa9e50d62dfffa8 /package/kernel/broadcom-wl/patches/009-fix_compile_3_2.patch
parentb98f77f3d9d40cbe4542196c4324bf0a31a4f352 (diff)
downloadupstream-697f4a19e52cea8fbd17c8b764a352aab28ba9e1.tar.gz
upstream-697f4a19e52cea8fbd17c8b764a352aab28ba9e1.tar.bz2
upstream-697f4a19e52cea8fbd17c8b764a352aab28ba9e1.zip
broadcom-wl: fix crash when starting multiple virtual interfaces
When enabling multiple VIFS, the driver sometimes crashes. The frequency of the crash increases as more VIFS are enabled. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38762
Diffstat (limited to 'package/kernel/broadcom-wl/patches/009-fix_compile_3_2.patch')
-rw-r--r--package/kernel/broadcom-wl/patches/009-fix_compile_3_2.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/broadcom-wl/patches/009-fix_compile_3_2.patch b/package/kernel/broadcom-wl/patches/009-fix_compile_3_2.patch
index 628f2fdf25..cb388a1125 100644
--- a/package/kernel/broadcom-wl/patches/009-fix_compile_3_2.patch
+++ b/package/kernel/broadcom-wl/patches/009-fix_compile_3_2.patch
@@ -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