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)
Sat, Dec 14, 11:44 AM
Unknown Object (File)
Fri, Nov 29, 1:13 AM
Unknown Object (File)
Wed, Nov 27, 1:37 AM
Unknown Object (File)
Wed, Nov 27, 1:37 AM
Unknown Object (File)
Wed, Nov 27, 1:36 AM
Unknown Object (File)
Wed, Nov 27, 1:15 AM
Unknown Object (File)
Wed, Nov 20, 5:44 AM
Unknown Object (File)
Wed, Nov 20, 3:18 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.