Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 385198 Details for
Bug 523326
net-wireless/broadcom-sta-6.30.223.248-r1 with kernel 3.17 and 3.18
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
broadcom-sta-6.30.223.248-linux-3.17.patch
broadcom-sta-6.30.223.248-linux-3.17.patch (text/plain), 955 bytes, created by
mike@marineau.org
on 2014-09-20 20:12:35 UTC
(
hide
)
Description:
broadcom-sta-6.30.223.248-linux-3.17.patch
Filename:
MIME Type:
Creator:
mike@marineau.org
Created:
2014-09-20 20:12:35 UTC
Size:
955 bytes
patch
obsolete
>From 5f7db08c046bd31b162a102ca868fa334a0357b9 Mon Sep 17 00:00:00 2001 >From: Michael Marineau <mike@marineau.org> >Date: Sat, 20 Sep 2014 12:49:43 -0700 >Subject: [PATCH] linux 3.17 > >http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c835a677331495cf137a7f8a023463afd9f032f8 >--- > src/wl/sys/wl_linux.c | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c >index 1622127..11c4ec2 100644 >--- a/src/wl/sys/wl_linux.c >+++ b/src/wl/sys/wl_linux.c >@@ -1308,7 +1308,11 @@ wl_alloc_linux_if(wl_if_t *wlif) > dev->priv = priv_link; > #else > >+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)) > dev = alloc_netdev(sizeof(priv_link_t), intf_name, ether_setup); >+#else >+ dev = alloc_netdev(sizeof(priv_link_t), intf_name, NET_NAME_UNKNOWN, ether_setup); >+#endif > if (!dev) { > WL_ERROR(("wl%d: %s: alloc_netdev failed\n", > (wl->pub)?wl->pub->unit:wlif->subunit, __FUNCTION__)); >-- >1.8.5.5 >
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 523326
: 385198 |
385200
|
389138
|
389140
|
389142
|
391798
|
393374