Page MenuHomeFreeBSD

rtwn_usb: add support for fragmented Rx
ClosedPublic

Authored by avos on Jul 23 2017, 5:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 12, 1:02 AM
Unknown Object (File)
Thu, Apr 3, 5:53 PM
Unknown Object (File)
Sun, Mar 16, 8:05 AM
Unknown Object (File)
Mar 3 2025, 4:05 AM
Unknown Object (File)
Mar 2 2025, 2:30 PM
Unknown Object (File)
Mar 1 2025, 12:02 AM
Unknown Object (File)
Feb 24 2025, 6:05 AM
Unknown Object (File)
Feb 24 2025, 2:12 AM
Subscribers

Details

Summary

Since device can pass multiple frames in a single payload temporary Rx buffer must hold all of them; with this patch driver can concatenate a single frame from multiple payloads. The Rx buffer size now is configurable via tunable (dev.rtwn.%d.rx_buf_size).

(Also, this should resolve https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218527).

Test Plan

Tested with RTL8188CUS (3k, 12k), RTL8188EU (16k) and RTL8821AU (2k, 2.5k) in STA mode.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I tested with rtl8192cu and rtl8188eu, seems to be working fine.

This revision is now accepted and ready to land.Jul 24 2017, 5:19 AM
This revision was automatically updated to reflect the committed changes.