FreeBSD Bugzilla – Attachment 201576 Details for
Bug 233949
rtwn(4): RTL8192CU packet loss 10-25% (EDIMAX N150 Nano USB Adapter)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Performance and changes
perform_tests.res.txt (text/plain), 2.38 KB, created by
mr_beaner_2003
on 2019-02-01 05:03:15 UTC
(
hide
)
Description:
Performance and changes
Filename:
MIME Type:
Creator:
mr_beaner_2003
Created:
2019-02-01 05:03:15 UTC
Size:
2.38 KB
patch
obsolete
># set TMPDIR=/tmp ># uname -a >FreeBSD bsd13curr 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r343552M: Thu Jan 31 16:02:53 CST 2019 root@bsd13curr:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 ># kldstat >Id Refs Address Size Name > 1 17 0xffffffff80200000 2512350 kernel > 2 1 0xffffffff82713000 14988 ehci.ko > 3 1 0xffffffff82728000 5bb08 pf.ko > 4 1 0xffffffff82784000 1d568 if_rtwn_usb.ko > 5 2 0xffffffff827a2000 277d8 rtwn.ko > 6 1 0xffffffff82a19000 2458 intpm.ko > 7 1 0xffffffff82a1c000 a50 smbus.ko ># usbconfig -d ugen1.2 dump_device_desc >ugen1.2: <Realtek 802.11n WLAN Adapter> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) > > bLength = 0x0012 > bDescriptorType = 0x0001 > bcdUSB = 0x0200 > bDeviceClass = 0x0000 <Probed by interface class> > bDeviceSubClass = 0x0000 > bDeviceProtocol = 0x0000 > bMaxPacketSize0 = 0x0040 > idVendor = 0x7392 > idProduct = 0x7811 > bcdDevice = 0x0200 > iManufacturer = 0x0001 <Realtek> > iProduct = 0x0002 <802.11n WLAN Adapter> > iSerialNumber = 0x0003 <00e04c000001> > bNumConfigurations = 0x0001 > ># ping -c 100 -q 172.20.100.65 >PING 172.20.100.65 (172.20.100.65): 56 data bytes > >--- 172.20.100.65 ping statistics --- >100 packets transmitted, 99 packets received, 1.0% packet loss >round-trip min/avg/max/stddev = 9.422/22.516/68.769/8.768 ms > ># fetch --output /tmp/1M_test.dat http://tstserve1.localdomain:9010/1M_test.dat >/tmp/1M_test.dat 1024 kB 71 kBps 14s ># fetch --output /tmp/10M_test.dat http://tstserve1.localdomain:9010/10M_test.dat >/tmp/10M_test.dat 10 MB 81 kBps 02m06s ># fetch --output /tmp/100M_test.dat http://tstserve1.localdomain:9010/100M_test.dat >/tmp/100M_test.dat 100 MB 78 kBps 21m43s ># fetch --output /tmp/1000M_test.dat http://tstserve1.localdomain:9010/1000M_test.dat >/tmp/1000M_test.dat 1000 MB 84 kBps 03h22m ># cd /usr/src/sys/dev/rtwn ># svn status | awk { system("svn diff " $2); } >Index: rtl8192c/r92c_rx.c >=================================================================== >--- rtl8192c/r92c_rx.c (revision 343552) >+++ rtl8192c/r92c_rx.c (working copy) >@@ -86,7 +86,7 @@ > int rssi; > > /* Get average RSSI. */ >- rssi = ((phy->pwdb_all >> 1) & 0x7f) - 110; >+ rssi = ((le32toh(phy->pwdb_all) >> 1) & 0x7f) - 110; > > return (rssi); > }
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 Raw
Actions:
View
Attachments on
bug 233949
: 201576