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 575836 Details for
Bug 789605
rtl8192cu: After 5~6 minutes, wireless usb lancard doesn't work (cannot connect internet).
[?]
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]
Patch to prevent RCR mistake
rtl8192cu_set_check_bssid (text/plain), 937 bytes, created by
Larry Finger
on 2012-04-06 22:13:26 UTC
(
hide
)
Description:
Patch to prevent RCR mistake
Filename:
MIME Type:
Creator:
Larry Finger
Created:
2012-04-06 22:13:26 UTC
Size:
937 bytes
patch
obsolete
>Index: wireless-testing-new/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c >=================================================================== >--- wireless-testing-new.orig/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c >+++ wireless-testing-new/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c >@@ -1867,8 +1867,14 @@ void rtl92cu_set_hw_reg(struct ieee80211 > break; > } > case HW_VAR_RCR:{ >- rtl_write_dword(rtlpriv, REG_RCR, ((u32 *) (val))[0]); > mac->rx_conf = ((u32 *) (val))[0]; >+ /* whenever the driver sets bits enabling only a >+ * specific BSSID for beacons or data, a failure >+ * occurs. Thus we do not allow those bits to be set */ >+ if (mac->rx_conf & (RCR_CBSSID_BCN | RCR_CBSSID_DATA)) >+ mac->rx_conf &= ~(RCR_CBSSID_BCN | >+ RCR_CBSSID_DATA); >+ rtl_write_dword(rtlpriv, REG_RCR, ((u32 *) (val))[0]); > RT_TRACE(rtlpriv, COMP_RECV, DBG_DMESG, > "### Set RCR(0x%08x) ###\n", mac->rx_conf); > break;
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 789605
:
561118
|
561119
|
565223
|
575836
|
576495
|
576638
|
576640
|
576642
|
730534
|
730606
|
733950
|
803560
|
803615