Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304827 Details for
Bug 407667
net-wireless/broadcom-sta-5.100.82.112-r2 has broken multicast patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
improved fix for kernel >= 3.2, with working multicast
broadcom-sta-5.100.82.112-linux-3.2.patch (text/plain), 684 bytes, created by
David King
on 2012-03-10 12:40:43 UTC
(
hide
)
Description:
improved fix for kernel >= 3.2, with working multicast
Filename:
MIME Type:
Creator:
David King
Created:
2012-03-10 12:40:43 UTC
Size:
684 bytes
patch
obsolete
>Idea copied from Arch broadcom-wl package: >http://aur.archlinux.org/packages.php?ID=19514 > >diff -Naur broadcom-sta-5.100.82.112.orig/src/wl/sys/wl_linux.c broadcom-sta-5.100.82.112/src/wl/sys/wl_linux.c >--- broadcom-sta-5.100.82.112.orig/src/wl/sys/wl_linux.c 2011-10-23 01:56:55.000000000 +0900 >+++ broadcom-sta-5.100.82.112/src/wl/sys/wl_linux.c 2011-11-22 00:56:07.021520421 +0900 >@@ -385,7 +385,11 @@ > #endif > .ndo_get_stats = wl_get_stats, > .ndo_set_mac_address = wl_set_mac_address, >+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 2, 0) > .ndo_set_multicast_list = wl_set_multicast_list, >+#else >+ .ndo_set_rx_mode = wl_set_multicast_list, >+#endif > .ndo_do_ioctl = wl_ioctl > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 407667
: 304827