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, Mar 16, 10:07 PM
Unknown Object (File)
Feb 17 2024, 6:43 PM
Unknown Object (File)
Jan 28 2024, 10:34 AM
Unknown Object (File)
Jan 14 2024, 6:20 AM
Unknown Object (File)
Dec 20 2023, 4:31 AM
Unknown Object (File)
Dec 3 2023, 8:11 PM
Unknown Object (File)
Oct 11 2023, 3:59 PM
Unknown Object (File)
Sep 27 2023, 8:12 PM
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.