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 316443 Details for
Bug 448763
FEAT: Add rt2x00 drivers
[?]
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]
jwltest-rt2x00lib-probe-fail.patch
jwltest-rt2x00lib-probe-fail.patch (text/plain), 656 bytes, created by
John W. Linville
on 2008-09-11 13:52:41 UTC
(
hide
)
Description:
jwltest-rt2x00lib-probe-fail.patch
Filename:
MIME Type:
Creator:
John W. Linville
Created:
2008-09-11 13:52:41 UTC
Size:
656 bytes
patch
obsolete
>--- linux-2.6.18.noarch/drivers/net/wireless/rt2x00/rt2x00dev.c.orig 2008-09-10 16:31:22.000000000 -0400 >+++ linux-2.6.18.noarch/drivers/net/wireless/rt2x00/rt2x00dev.c 2008-09-10 16:32:12.000000000 -0400 >@@ -1203,8 +1203,10 @@ void rt2x00lib_remove_dev(struct rt2x00_ > * Stop all queued work. Note that most tasks will already be halted > * during rt2x00lib_disable_radio() and rt2x00lib_uninitialize(). > */ >- flush_workqueue(rt2x00dev->workqueue); >- destroy_workqueue(rt2x00dev->workqueue); >+ if (rt2x00dev->workqueue) { >+ flush_workqueue(rt2x00dev->workqueue); >+ destroy_workqueue(rt2x00dev->workqueue); >+ } > > /* > * Free ieee80211_hw memory.
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 448763
: 316443