Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562620 - net-wireless/broadcom-sta version bump to 6.30.223.271
Summary: net-wireless/broadcom-sta version bump to 6.30.223.271
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-09 05:18 UTC by Wolfram Schlich (RETIRED)
Modified: 2015-11-03 19:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schlich (RETIRED) gentoo-dev 2015-10-09 05:18:23 UTC
Broadcom Linux STA 6.30.223.271 has been released on 10/01/15.
The latest version upstream version in Portage is 6.30.223.248.
Comment 2 devsk 2015-11-01 20:55:07 UTC
I updated to this version today hoping to get intermittent hangs I was seeing with the driver fixed.

Now, the driver just resets my laptop as soon as the connection to the wifi AP is established by the network manager. So, the 271 driver version is very unstable.
Comment 3 Francisco J. Vazquez 2015-11-02 10:16:58 UTC
Yep, this .271 version still needs this hunk from broadcom-sta-6.30.223.248-r3-linux-3.15-3.18.patch, which was removed with the bump:

@@ -2157,8 +2159,8 @@
        wlif = WL_DEV_IF(dev);
        wl = WL_INFO(dev);

+       skb->prev = NULL;
        if (WL_ALL_PASSIVE_ENAB(wl) || (WL_RTR() && WL_CONFIG_SMP())) {
-               skb->prev = NULL;

                TXQ_LOCK(wl);


Otherwise it will panic after a minute or so.
Comment 4 Matt Turner gentoo-dev 2015-11-02 17:32:16 UTC
(In reply to Francisco Vazquez from comment #3)
> Yep, this .271 version still needs this hunk from
> broadcom-sta-6.30.223.248-r3-linux-3.15-3.18.patch, which was removed with
> the bump:
> 
> @@ -2157,8 +2159,8 @@
>         wlif = WL_DEV_IF(dev);
>         wl = WL_INFO(dev);
> 
> +       skb->prev = NULL;
>         if (WL_ALL_PASSIVE_ENAB(wl) || (WL_RTR() && WL_CONFIG_SMP())) {
> -               skb->prev = NULL;
> 
>                 TXQ_LOCK(wl);
> 
> 
> Otherwise it will panic after a minute or so.

Thank you! I've pushed an ebuild with this patch (broadcom-sta-6.30.223.271-r1). Please confirm that it works for you.
Comment 5 Olcay 2015-11-02 21:49:02 UTC
Hi, 
here is an additional comment for new version it's not critical but 

broadcom-sta-6.30.223.141-license.patch no longer needed 
It has been fixed in the .271

Regards
Comment 6 Matt Turner gentoo-dev 2015-11-02 22:18:23 UTC
(In reply to Olcay from comment #5)
> Hi, 
> here is an additional comment for new version it's not critical but 
> 
> broadcom-sta-6.30.223.141-license.patch no longer needed 
> It has been fixed in the .271
> 
> Regards

Indeed. Thanks for the heads up. I've removed it from .271.
Comment 7 Francisco J. Vazquez 2015-11-03 19:05:24 UTC
Working fine now with -r1. Thanks.