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 607948 Details for
Bug 852761
kernel oops after rmmod rtl8192ce
[?]
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]
Trial patch for oops on unload
rtlwifi_unload_oops (text/plain), 811 bytes, created by
Larry Finger
on 2012-08-29 15:52:54 UTC
(
hide
)
Description:
Trial patch for oops on unload
Filename:
MIME Type:
Creator:
Larry Finger
Created:
2012-08-29 15:52:54 UTC
Size:
811 bytes
patch
obsolete
>Index: wireless-testing-new/drivers/net/wireless/rtlwifi/pci.c >=================================================================== >--- wireless-testing-new.orig/drivers/net/wireless/rtlwifi/pci.c >+++ wireless-testing-new/drivers/net/wireless/rtlwifi/pci.c >@@ -1995,6 +1995,7 @@ void rtl_pci_disconnect(struct pci_dev * > clear_bit(RTL_STATUS_INTERFACE_START, &rtlpriv->status); > > sysfs_remove_group(&pdev->dev.kobj, &rtl_attribute_group); >+ rtlpriv->cfg->ops->disable_interrupt(hw); > > /*ieee80211_unregister_hw will call ops_stop */ > if (rtlmac->mac80211_registered == 1) { >@@ -2004,7 +2005,6 @@ void rtl_pci_disconnect(struct pci_dev * > rtl_deinit_deferred_work(hw); > rtlpriv->intf_ops->adapter_stop(hw); > } >- rtlpriv->cfg->ops->disable_interrupt(hw); > > /*deinit rfkill */ > rtl_deinit_rfkill(hw);
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 852761
:
607948
|
675195
|
675741
|
676454
|
676477
|
677691
|
834953
|
835515
|
867126