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 597641 Details for
Bug 797709
RTL8192CE randomly drops signal when used as access point, kernel generates WARNING: at kernel/softirq.c:159 local_bh_enable_ip+0xc2/0x100() when re-starting hostapd
[?]
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]
Log the priotity of the messages in the first 300 TX interrupts
rtlwifi_log_prio (text/plain), 638 bytes, created by
Larry Finger
on 2012-07-11 18:05:37 UTC
(
hide
)
Description:
Log the priotity of the messages in the first 300 TX interrupts
Filename:
MIME Type:
Creator:
Larry Finger
Created:
2012-07-11 18:05:37 UTC
Size:
638 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 >@@ -516,7 +516,10 @@ static void _rtl_pci_tx_isr(struct ieee8 > struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw)); > > struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[prio]; >+ static int count; > >+ if (count++ < 300) >+ pr_info("Ring TX priority %d\n", prio); > while (skb_queue_len(&ring->queue)) { > struct rtl_tx_desc *entry = &ring->desc[ring->idx]; > struct sk_buff *skb;
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 797709
:
565954
|
592503
|
593847
|
593848
|
597390
| 597641 |
598918
|
598919
|
598920
|
598921
|
598922
|
598924