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 294514 Details for
Bug 432280
Realtek 8187B wireless support with product id 0x8197/0x8189
[?]
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]
This is the diff made by the 3rd party site owner
rtl8187b-modified-diff (text/plain), 1.94 KB, created by
Hin-Tak Leung
on 2008-02-10 21:26:42 UTC
(
hide
)
Description:
This is the diff made by the 3rd party site owner
Filename:
MIME Type:
Creator:
Hin-Tak Leung
Created:
2008-02-10 21:26:42 UTC
Size:
1.94 KB
patch
obsolete
>diff -ruBb rtl8187B_linux_24.6.1024.0822.2007/rtl8187/r8187_core.c rtl8187b-modified/rtl8187/r8187_core.c >--- rtl8187B_linux_24.6.1024.0822.2007/rtl8187/r8187_core.c 2007-08-22 08:54:58.000000000 +0100 >+++ rtl8187b-modified/rtl8187/r8187_core.c 2007-10-11 18:10:49.000000000 +0100 >@@ -93,6 +93,7 @@ > static struct usb_device_id rtl8187_usb_id_tbl[] = { > {USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x8187)}, > {USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x8189)}, >+ {USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x8197)}, > // {USB_DEVICE_VER(USB_VENDOR_ID_REALTEK, 0x8187,0x0200,0x0200)}, > {USB_DEVICE(USB_VENDOR_ID_NETGEAR, 0x6100)}, > {USB_DEVICE(USB_VENDOR_ID_NETGEAR, 0x6a00)}, >@@ -105,6 +106,7 @@ > static int hwwep = 0; > #endif > static int channels = 0x3fff; >+static int force_card = 0; > > MODULE_LICENSE("GPL"); > #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0)) >@@ -133,13 +135,17 @@ > //module_param(hwseqnum,int, S_IRUGO|S_IWUSR); > //module_param(hwwep,int, S_IRUGO|S_IWUSR); > module_param(channels,int, S_IRUGO|S_IWUSR); >+module_param(force_card, int, S_IRUGO|S_IWUSR); > #else > MODULE_PARM(ifname, "s"); > //MODULE_PARM(hwseqnum,"i"); > //MODULE_PARM(hwwep,"i"); > MODULE_PARM(channels,"i"); >+MODULE_PARM(force_card, "i"); > #endif > >+MODULE_PARM_DESC(force_card, " Card ID to force"); >+ > MODULE_PARM_DESC(devname," Net interface name, wlan%d=default"); > //MODULE_PARM_DESC(hwseqnum," Try to use hardware 802.11 header sequence numbers. Zero=default"); > //MODULE_PARM_DESC(hwwep," Try to use hardware WEP support. Still broken and not available on all cards"); >@@ -2832,7 +2838,19 @@ > udev = priv->udev; > idProduct = le16_to_cpu(udev->descriptor.idProduct); > >+ if (force_card) >+ { >+ DMESGW("Forcing card id: 0x%x", force_card); >+ DMESGW("(ID 0x%x was detected)", idProduct); >+ >+ idProduct = force_card; >+ } >+ > switch (idProduct) { >+ case 0x8197: >+ DMESGW("Going dooh. >%%^||"); >+ /* aaaaand we fall through */ >+ > case 0x8189: > /* check RF frontend chipset */ > priv->card_8187 = NIC_8187B;
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 432280
:
294513
|
294514
|
294515
|
295052
|
298857
|
303341
|
304231
|
305203
|
306244
|
308624
|
309378
|
310527
|
311226
|
311231
|
313057
|
313071
|
313160
|
314630
|
314650