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 835515 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]
A better patch
rtl8192ce_patches (text/plain), 1.01 KB, created by
Larry Finger
on 2013-12-11 23:04:30 UTC
(
hide
)
Description:
A better patch
Filename:
MIME Type:
Creator:
Larry Finger
Created:
2013-12-11 23:04:30 UTC
Size:
1.01 KB
patch
obsolete
>Index: kernel-3.11.10/drivers/net/wireless/rtlwifi/pci.c >=================================================================== >--- kernel-3.11.10.orig/drivers/net/wireless/rtlwifi/pci.c >+++ kernel-3.11.10/drivers/net/wireless/rtlwifi/pci.c >@@ -741,6 +741,8 @@ static void _rtl_pci_rx_interrupt(struct > }; > int index = rtlpci->rx_ring[rx_queue_idx].idx; > >+ if (rtlpci->driver_is_goingto_unload) >+ return; > /*RX NORMAL PKT */ > while (count--) { > /*rx descriptor */ >@@ -1637,6 +1639,7 @@ static void rtl_pci_stop(struct ieee8021 > */ > set_hal_stop(rtlhal); > >+ rtlpci->driver_is_goingto_unload = true; > rtlpriv->cfg->ops->disable_interrupt(hw); > cancel_work_sync(&rtlpriv->works.lps_change_work); > >@@ -1654,7 +1657,6 @@ static void rtl_pci_stop(struct ieee8021 > ppsc->rfchange_inprogress = true; > spin_unlock_irqrestore(&rtlpriv->locks.rf_ps_lock, flags); > >- rtlpci->driver_is_goingto_unload = true; > rtlpriv->cfg->ops->hw_disable(hw); > /* some things are not needed if firmware not available */ > if (!rtlpriv->max_fw_size)
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