Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 298154 Details for
Bug 384981
b43legacy hangs with BCM4303 (rev 02)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Can you test this?
legacy.fix (text/plain), 2.05 KB, created by
Michael Buesch
on 2008-03-15 18:47:06 UTC
(
hide
)
Description:
Can you test this?
Filename:
MIME Type:
Creator:
Michael Buesch
Created:
2008-03-15 18:47:06 UTC
Size:
2.05 KB
patch
obsolete
>Index: wireless-testing/drivers/net/wireless/b43legacy/main.c >=================================================================== >--- wireless-testing.orig/drivers/net/wireless/b43legacy/main.c >+++ wireless-testing/drivers/net/wireless/b43legacy/main.c >@@ -3047,7 +3047,6 @@ static void b43legacy_wireless_core_exit > } > > ssb_device_disable(dev->dev, 0); >- ssb_bus_may_powerdown(dev->dev->bus); > } > > static void prepare_phy_data_for_init(struct b43legacy_wldev *dev) >@@ -3214,7 +3213,6 @@ err_kfree_tssitbl: > err_kfree_lo_control: > kfree(phy->lo_control); > phy->lo_control = NULL; >- ssb_bus_may_powerdown(bus); > B43legacy_WARN_ON(b43legacy_status(dev) != B43legacy_STAT_UNINIT); > return err; > } >@@ -3534,7 +3532,7 @@ static int b43legacy_wireless_core_attac > > err = b43legacy_phy_versioning(dev); > if (err) >- goto err_powerdown; >+ goto out; > /* Check if this device supports multiband. */ > if (!pdev || > (pdev->device != 0x4312 && >@@ -3560,10 +3558,10 @@ static int b43legacy_wireless_core_attac > > err = b43legacy_validate_chipaccess(dev); > if (err) >- goto err_powerdown; >+ goto out; > err = b43legacy_setup_modes(dev, have_bphy, have_gphy); > if (err) >- goto err_powerdown; >+ goto out; > > /* Now set some default "current_dev" */ > if (!wl->current_dev) >@@ -3573,14 +3571,9 @@ static int b43legacy_wireless_core_attac > b43legacy_radio_turn_off(dev, 1); > b43legacy_switch_analog(dev, 0); > ssb_device_disable(dev->dev, 0); >- ssb_bus_may_powerdown(bus); > > out: > return err; >- >-err_powerdown: >- ssb_bus_may_powerdown(bus); >- return err; > } > > static void b43legacy_one_core_detach(struct ssb_device *dev) >Index: wireless-testing/drivers/ssb/main.c >=================================================================== >--- wireless-testing.orig/drivers/ssb/main.c >+++ wireless-testing/drivers/ssb/main.c >@@ -1082,6 +1082,10 @@ int ssb_bus_may_powerdown(struct ssb_bus > goto out; > > cc = &bus->chipco; >+ >+ if (cc->dev->id.revision < 5) >+ goto out; >+ > ssb_chipco_set_clockmode(cc, SSB_CLKMODE_SLOW); > err = ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 0); > if (err)
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 384981
:
260051
|
285841
|
289736
|
289737
|
289739
|
290296
|
290653
|
290654
|
290662
|
293058
|
293059
| 298154 |
298194
|
298210
|
298595
|
301430
|
301806
|
301817
|
302013
|
302273
|
308869