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)
Sun, Nov 9, 4:36 AM
Unknown Object (File)
Fri, Nov 7, 4:15 AM
Unknown Object (File)
Fri, Oct 31, 8:57 AM
Unknown Object (File)
Mon, Oct 20, 9:46 AM
Unknown Object (File)
Fri, Oct 17, 7:20 AM
Unknown Object (File)
Sun, Oct 12, 3:10 PM
Unknown Object (File)
Oct 6 2025, 11:47 PM
Unknown Object (File)
Oct 3 2025, 4:49 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.