Page MenuHomeFreeBSD

urtwn: fix frame processing in the Rx path
ClosedPublic

Authored by avos on Dec 10 2015, 8:53 PM.
Tags
None
Referenced Files
F132206927: D4487.id11229.diff
Tue, Oct 14, 7:08 PM
F132148869: D4487.id11047.diff
Tue, Oct 14, 5:08 AM
Unknown Object (File)
Tue, Oct 14, 12:17 AM
Unknown Object (File)
Sat, Oct 11, 6:20 AM
Unknown Object (File)
Sep 4 2025, 6:37 AM
Unknown Object (File)
Aug 19 2025, 10:39 PM
Unknown Object (File)
Aug 16 2025, 1:33 PM
Unknown Object (File)
Aug 15 2025, 7:35 AM
Subscribers

Details

Summary

Currently, when npkts >= 2, RSSI and Rx radiotap fields will be overridden by the next packet.
As a result, every packet from this chain will use the same RSSI / radiotap data.
After this patch, RSSI and radiotap structure will be filled for every frame right before ieee80211_input() call.

Test Plan

Tested with RTL8188EU / RTL8188CUS, STA and MONITOR modes.

Diff Detail

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

Event Timeline

avos retitled this revision from to urtwn: fix frame processing in the Rx path.
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added reviewers: adrian, kevlo.
avos set the repository for this revision to rS FreeBSD src repository - subversion.
adrian edited edge metadata.

Yup, good catch.

This revision is now accepted and ready to land.Dec 13 2015, 9:33 PM
kevlo edited edge metadata.
This revision was automatically updated to reflect the committed changes.

Yeah, I need to fix rsu too. :( I noticed that when i was making it do 11n.