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
Unknown Object (File)
Feb 26 2024, 10:02 PM
Unknown Object (File)
Feb 26 2024, 9:30 PM
Unknown Object (File)
Dec 27 2023, 10:36 AM
Unknown Object (File)
Dec 27 2023, 10:31 AM
Unknown Object (File)
Dec 24 2023, 8:51 PM
Unknown Object (File)
Dec 20 2023, 12:31 AM
Unknown Object (File)
Dec 18 2023, 3:34 PM
Unknown Object (File)
Sep 25 2023, 9:19 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.