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.
Details
Details
- Reviewers
kevlo adrian - Commits
- rS292207: urtwn: fix frame processing in the Rx path.
Tested with RTL8188EU / RTL8188CUS, STA and MONITOR modes.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable